#5553CD

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

Shades of Slate Blue #5553CD

Tints of Slate Blue #5553CD

Color information

#5553CD (or 0x5553CD) is unknown color: approx Slate Blue. HEX triplet: 55, 53 and CD. RGB value is (85,83,205). Sum of RGB (Red+Green+Blue) = 85+83+205=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5553CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553CD is #AAAC32. Grayscale: #616161. Windows color (decimal): -11185203 or 13456213. OLE color: 13456213.

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

Color convert

RGB8583205-
CMYK0.590.6000.20
HSL240.98º54.95%56.47%-
HSV(B)240.98º59.51%80.39%-
XYZ17.8612.5359.23-
YUV97.51188.66119.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=22.79%
G=22.25%
B=54.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85832050.590.6000.20240.9854.9556.47
Hex5553CD3B3C014f13738
Octal12512331573740243616770
Binary101010110100111100110111101111110001010011110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5553CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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