#555AB8

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

Shades of Rich Blue #555AB8

Tints of Rich Blue #555AB8

Color information

#555AB8 (or 0x555AB8) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and B8. RGB value is (85,90,184). Sum of RGB (Red+Green+Blue) = 85+90+184=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #555AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AB8 is #AAA547. Grayscale: #626262. Windows color (decimal): -11183432 or 12081749. OLE color: 12081749.

HSL color Cylindrical-coordinate representation of color #555AB8: hue angle of 236.97º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555AB8 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8590184-
CMYK0.540.5100.28
HSL236.97º41.08%52.75%-
HSV(B)236.97º53.8%72.16%-
XYZ16.0512.746.95-
YUV99.22175.84117.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 184 (72.27% from 255) = 51.25%
R=23.68%
G=25.07%
B=51.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85901840.540.5100.28236.9741.0852.75
Hex555AB8363301Ced2935
Octal12513227066630343555165
Binary101010110110101011100011011011001101110011101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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