#5549CF

Color #5549CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5549CF

Tints of Slate Blue #5549CF

Color information

#5549CF (or 0x5549CF) is unknown color: approx Slate Blue. HEX triplet: 55, 49 and CF. RGB value is (85,73,207). Sum of RGB (Red+Green+Blue) = 85+73+207=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #5549CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549CF is #AAB630. Grayscale: #5B5B5B. Windows color (decimal): -11187761 or 13584725. OLE color: 13584725.

HSL color Cylindrical-coordinate representation of color #5549CF: hue angle of 245.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5549CF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8573207-
CMYK0.590.6500.19
HSL245.37º58.26%54.9%-
HSV(B)245.37º64.73%81.18%-
XYZ17.3911.260.28-
YUV91.86192.98123.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=23.29%
G=20%
B=56.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85732070.590.6500.19245.3758.2654.9
Hex5549CF3B41013f53a37
Octal125111317731010233657267
Binary1010101100100111001111111011100000101001111110101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549CF; }

 p { color: rgb(85,73,207); }

 H1.HeaderClassName
 {
   color: #5549CF;
 }
 .AnyTagClassName
 {
   color: #5549CF;
 }
</style>
background-color css

<style>
 a { background-color: #5549CF; }

 a { background-color: rgb(85,73,207); }

 div.DivClassName
 {
   background-color: #5549CF;
 }
 .BgClassName
 {
   background-color: #5549CF;
 }
</style>
border-color css

<style>
 span { border-color: #5549CF; }

 span { border-color: rgb(85,73,207); }

 td.TdClassName
 {
   border-color: #5549CF;
 }
 .TagClassName
 {
   border-color: #5549CF;
 }
</style>