#5557AA

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

Shades of Rich Blue #5557AA

Tints of Rich Blue #5557AA

Color information

#5557AA (or 0x5557AA) is unknown color: approx Rich Blue. HEX triplet: 55, 57 and AA. RGB value is (85,87,170). Sum of RGB (Red+Green+Blue) = 85+87+170=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #5557AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5557AA is #AAA855. Grayscale: #5F5F5F. Windows color (decimal): -11184214 or 11163477. OLE color: 11163477.

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

Color convert

RGB8587170-
CMYK0.500.4900.33
HSL238.59º33.33%50%-
HSV(B)238.59º50%66.67%-
XYZ14.4111.6539.52-
YUV95.86169.84120.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=24.85%
G=25.44%
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
Decimal85871700.500.4900.33238.5933.3350
Hex5557AA3231021ef2132
Octal12512725262610413574162
Binary1010101101011110101010110010110001010000111101111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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