#5551AA

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

Shades of Rich Blue #5551AA

Tints of Rich Blue #5551AA

Color information

#5551AA (or 0x5551AA) is unknown color: approx Rich Blue. HEX triplet: 55, 51 and AA. RGB value is (85,81,170). Sum of RGB (Red+Green+Blue) = 85+81+170=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5551AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551AA is #AAAE55. Grayscale: #5B5B5B. Windows color (decimal): -11185750 or 11161941. OLE color: 11161941.

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

Color convert

RGB8581170-
CMYK0.500.5200.33
HSL242.7º35.46%49.22%-
HSV(B)242.7º52.35%66.67%-
XYZ13.9410.7239.36-
YUV92.34171.83122.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=25.30%
G=24.11%
B=50.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85811700.500.5200.33242.735.4649.22
Hex5551AA3234021f32331
Octal12512125262640413634361
Binary1010101101000110101010110010110100010000111110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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