#5552CF

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

Shades of Slate Blue #5552CF

Tints of Slate Blue #5552CF

Color information

#5552CF (or 0x5552CF) is unknown color: approx Slate Blue. HEX triplet: 55, 52 and CF. RGB value is (85,82,207). Sum of RGB (Red+Green+Blue) = 85+82+207=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #5552CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5552CF is #AAAD30. Grayscale: #606060. Windows color (decimal): -11185457 or 13587029. OLE color: 13587029.

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

Color convert

RGB8582207-
CMYK0.590.6000.19
HSL241.44º56.56%56.67%-
HSV(B)241.44º60.39%81.18%-
XYZ18.0312.4760.49-
YUV97.15189.99119.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 207 (81.25% from 255) = 55.35%
R=22.73%
G=21.93%
B=55.35%

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
Decimal85822070.590.6000.19241.4456.5656.67
Hex5552CF3B3C013f13939
Octal12512231773740233617171
Binary101010110100101100111111101111110001001111110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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