#5558AB

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

Shades of Rich Blue #5558AB

Tints of Rich Blue #5558AB

Color information

#5558AB (or 0x5558AB) is unknown color: approx Rich Blue. HEX triplet: 55, 58 and AB. RGB value is (85,88,171). Sum of RGB (Red+Green+Blue) = 85+88+171=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #5558AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5558AB is #AAA754. Grayscale: #606060. Windows color (decimal): -11183957 or 11229269. OLE color: 11229269.

HSL color Cylindrical-coordinate representation of color #5558AB: hue angle of 237.91º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5558AB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8588171-
CMYK0.500.4900.33
HSL237.91º33.86%50.2%-
HSV(B)237.91º50.29%67.06%-
XYZ14.5911.8540.05-
YUV96.56170.01119.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=24.71%
G=25.58%
B=49.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85881710.500.4900.33237.9133.8650.2
Hex5558AB3231021ee2232
Octal12513025362610413564262
Binary1010101101100010101011110010110001010000111101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5558AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5558AB; }

 p { color: rgb(85,88,171); }

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

<style>
 a { background-color: #5558AB; }

 a { background-color: rgb(85,88,171); }

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

<style>
 span { border-color: #5558AB; }

 span { border-color: rgb(85,88,171); }

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