#5552CE

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

Shades of Slate Blue #5552CE

Tints of Slate Blue #5552CE

Color information

#5552CE (or 0x5552CE) is unknown color: approx Slate Blue. HEX triplet: 55, 52 and CE. RGB value is (85,82,206). Sum of RGB (Red+Green+Blue) = 85+82+206=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5552CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552CE is #AAAD31. Grayscale: #606060. Windows color (decimal): -11185458 or 13521493. OLE color: 13521493.

HSL color Cylindrical-coordinate representation of color #5552CE: hue angle of 241.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5552CE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8582206-
CMYK0.590.6000.19
HSL241.45º55.86%56.47%-
HSV(B)241.45º60.19%80.78%-
XYZ17.912.4259.85-
YUV97.03189.49119.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 206 (80.86% from 255) = 55.23%
R=22.79%
G=21.98%
B=55.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal85822060.590.6000.19241.4555.8656.47
Hex5552CE3B3C013f13838
Octal12512231673740233617070
Binary101010110100101100111011101111110001001111110001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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