#5551CA

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

Shades of Slate Blue #5551CA

Tints of Slate Blue #5551CA

Color information

#5551CA (or 0x5551CA) is unknown color: approx Slate Blue. HEX triplet: 55, 51 and CA. RGB value is (85,81,202). Sum of RGB (Red+Green+Blue) = 85+81+202=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #5551CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551CA is #AAAE35. Grayscale: #5F5F5F. Windows color (decimal): -11185718 or 13259093. OLE color: 13259093.

HSL color Cylindrical-coordinate representation of color #5551CA: hue angle of 241.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5551CA is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8581202-
CMYK0.580.6000.21
HSL241.98º53.3%55.49%-
HSV(B)241.98º59.9%79.22%-
XYZ17.3512.0857.29-
YUV95.99187.83120.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 202 (79.30% from 255) = 54.89%
R=23.10%
G=22.01%
B=54.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85812020.580.6000.21241.9853.355.49
Hex5551CA3A3C015f23537
Octal12512131272740253626567
Binary101010110100011100101011101011110001010111110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5551CA; }

 p { color: rgb(85,81,202); }

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

<style>
 a { background-color: #5551CA; }

 a { background-color: rgb(85,81,202); }

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

<style>
 span { border-color: #5551CA; }

 span { border-color: rgb(85,81,202); }

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