#5557AB

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

Shades of Rich Blue #5557AB

Tints of Rich Blue #5557AB

Color information

#5557AB (or 0x5557AB) is unknown color: approx Rich Blue. HEX triplet: 55, 57 and AB. RGB value is (85,87,171). Sum of RGB (Red+Green+Blue) = 85+87+171=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #5557AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AB is #AAA854. Grayscale: #5F5F5F. Windows color (decimal): -11184213 or 11229013. OLE color: 11229013.

HSL color Cylindrical-coordinate representation of color #5557AB: hue angle of 238.6º 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 #5557AB is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8587171-
CMYK0.500.4900.33
HSL238.6º33.86%50.2%-
HSV(B)238.6º50.29%67.06%-
XYZ14.5111.6940.02-
YUV95.98170.34120.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=24.78%
G=25.36%
B=49.85%

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
Decimal85871710.500.4900.33238.633.8650.2
Hex5557AB3231021ef2232
Octal12512725362610413574262
Binary1010101101011110101011110010110001010000111101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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