#5555CD

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

Shades of Slate Blue #5555CD

Tints of Slate Blue #5555CD

Color information

#5555CD (or 0x5555CD) is unknown color: approx Slate Blue. HEX triplet: 55, 55 and CD. RGB value is (85,85,205). Sum of RGB (Red+Green+Blue) = 85+85+205=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #5555CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5555CD is #AAAA32. Grayscale: #626262. Windows color (decimal): -11184691 or 13456725. OLE color: 13456725.

HSL color Cylindrical-coordinate representation of color #5555CD: hue angle of 240º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5555CD is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8585205-
CMYK0.590.5900.20
HSL240º54.55%56.86%-
HSV(B)240º58.54%80.39%-
XYZ18.0112.8459.29-
YUV98.68188118.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=22.67%
G=22.67%
B=54.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85852050.590.5900.2024054.5556.86
Hex5555CD3B3B014f03739
Octal12512531573730243606771
Binary101010110101011100110111101111101101010011110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5555CD; }

 p { color: rgb(85,85,205); }

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

<style>
 a { background-color: #5555CD; }

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

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

<style>
 span { border-color: #5555CD; }

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

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