#5561AA

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

Shades of Rich Blue #5561AA

Tints of Rich Blue #5561AA

Color information

#5561AA (or 0x5561AA) is unknown color: approx Rich Blue. HEX triplet: 55, 61 and AA. RGB value is (85,97,170). Sum of RGB (Red+Green+Blue) = 85+97+170=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5561AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5561AA is #AA9E55. Grayscale: #656565. Windows color (decimal): -11181654 or 11166037. OLE color: 11166037.

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

Color convert

RGB8597170-
CMYK0.500.4300.33
HSL231.53º33.33%50%-
HSV(B)231.53º50%66.67%-
XYZ15.2813.3839.81-
YUV101.73166.52116.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=24.15%
G=27.56%
B=48.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85971700.500.4300.33231.5333.3350
Hex5561AA322B021e82132
Octal12514125262530413504162
Binary1010101110000110101010110010101011010000111101000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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