#5552CA

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

Shades of Slate Blue #5552CA

Tints of Slate Blue #5552CA

Color information

#5552CA (or 0x5552CA) is unknown color: approx Slate Blue. HEX triplet: 55, 52 and CA. RGB value is (85,82,202). Sum of RGB (Red+Green+Blue) = 85+82+202=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #5552CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552CA is #AAAD35. Grayscale: #606060. Windows color (decimal): -11185462 or 13259349. OLE color: 13259349.

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

Color convert

RGB8582202-
CMYK0.580.5900.21
HSL241.5º53.1%55.69%-
HSV(B)241.5º59.41%79.22%-
XYZ17.4212.2357.32-
YUV96.58187.49119.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=23.04%
G=22.22%
B=54.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85822020.580.5900.21241.553.155.69
Hex5552CA3A3B015f23538
Octal12512231272730253626570
Binary101010110100101100101011101011101101010111110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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