#555ABB

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

Shades of Rich Blue #555ABB

Tints of Rich Blue #555ABB

Color information

#555ABB (or 0x555ABB) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and BB. RGB value is (85,90,187). Sum of RGB (Red+Green+Blue) = 85+90+187=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #555ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ABB is #AAA544. Grayscale: #636363. Windows color (decimal): -11183429 or 12278357. OLE color: 12278357.

HSL color Cylindrical-coordinate representation of color #555ABB: hue angle of 237.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #555ABB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8590187-
CMYK0.550.5200.27
HSL237.06º42.86%53.33%-
HSV(B)237.06º54.55%73.33%-
XYZ16.3712.8348.63-
YUV99.56177.34117.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=23.48%
G=24.86%
B=51.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85901870.550.5200.27237.0642.8653.33
Hex555ABB373401Bed2b35
Octal12513227367640333555365
Binary101010110110101011101111011111010001101111101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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