#555AD7

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

Shades of Slate Blue #555AD7

Tints of Slate Blue #555AD7

Color information

#555AD7 (or 0x555AD7) is unknown color: approx Slate Blue. HEX triplet: 55, 5A and D7. RGB value is (85,90,215). Sum of RGB (Red+Green+Blue) = 85+90+215=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #555AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD7 is #AAA528. Grayscale: #666666. Windows color (decimal): -11183401 or 14113365. OLE color: 14113365.

HSL color Cylindrical-coordinate representation of color #555AD7: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555AD7 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8590215-
CMYK0.600.5800.16
HSL237.69º61.9%58.82%-
HSV(B)237.69º60.47%84.31%-
XYZ19.6714.1565.98-
YUV102.76191.34115.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=21.79%
G=23.08%
B=55.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85902150.600.5800.16237.6961.958.82
Hex555AD73C3A010ee3e3b
Octal12513232774720203567673
Binary101010110110101101011111110011101001000011101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555AD7; }

 p { color: rgb(85,90,215); }

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

<style>
 a { background-color: #555AD7; }

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

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

<style>
 span { border-color: #555AD7; }

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

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