#5561AB

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

Shades of Rich Blue #5561AB

Tints of Rich Blue #5561AB

Color information

#5561AB (or 0x5561AB) is unknown color: approx Rich Blue. HEX triplet: 55, 61 and AB. RGB value is (85,97,171). Sum of RGB (Red+Green+Blue) = 85+97+171=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5561AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5561AB is #AA9E54. Grayscale: #656565. Windows color (decimal): -11181653 or 11231573. OLE color: 11231573.

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

Color convert

RGB8597171-
CMYK0.500.4300.33
HSL231.63º33.86%50.2%-
HSV(B)231.63º50.29%67.06%-
XYZ15.3713.4240.31-
YUV101.85167.02115.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=24.08%
G=27.48%
B=48.44%

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
Decimal85971710.500.4300.33231.6333.8650.2
Hex5561AB322B021e82232
Octal12514125362530413504262
Binary1010101110000110101011110010101011010000111101000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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