#555ADA

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

Shades of Slate Blue #555ADA

Tints of Slate Blue #555ADA

Color information

#555ADA (or 0x555ADA) is unknown color: approx Slate Blue. HEX triplet: 55, 5A and DA. RGB value is (85,90,218). Sum of RGB (Red+Green+Blue) = 85+90+218=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #555ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ADA is #AAA525. Grayscale: #666666. Windows color (decimal): -11183398 or 14309973. OLE color: 14309973.

HSL color Cylindrical-coordinate representation of color #555ADA: hue angle of 237.74º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555ADA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8590218-
CMYK0.610.5900.15
HSL237.74º64.25%59.41%-
HSV(B)237.74º61.01%85.49%-
XYZ20.0614.3168.03-
YUV103.1192.84115.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=21.63%
G=22.90%
B=55.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85902180.610.5900.15237.7464.2559.41
Hex555ADA3D3B0Fee403b
Octal125132332757301735610073
Binary101010110110101101101011110111101101111111011101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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