#555ABD

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

Shades of Rich Blue #555ABD

Tints of Rich Blue #555ABD

Color information

#555ABD (or 0x555ABD) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and BD. RGB value is (85,90,189). Sum of RGB (Red+Green+Blue) = 85+90+189=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #555ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABD is #AAA542. Grayscale: #636363. Windows color (decimal): -11183427 or 12409429. OLE color: 12409429.

HSL color Cylindrical-coordinate representation of color #555ABD: hue angle of 237.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555ABD is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8590189-
CMYK0.550.5200.26
HSL237.12º44.07%53.73%-
HSV(B)237.12º55.03%74.12%-
XYZ16.5912.9249.76-
YUV99.79178.34117.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=23.35%
G=24.73%
B=51.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85901890.550.5200.26237.1244.0753.73
Hex555ABD373401Aed2c36
Octal12513227567640323555466
Binary101010110110101011110111011111010001101011101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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