#5561AF

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

Shades of Rich Blue #5561AF

Tints of Rich Blue #5561AF

Color information

#5561AF (or 0x5561AF) is unknown color: approx Rich Blue. HEX triplet: 55, 61 and AF. RGB value is (85,97,175). Sum of RGB (Red+Green+Blue) = 85+97+175=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #5561AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5561AF is #AA9E50. Grayscale: #656565. Windows color (decimal): -11181649 or 11493717. OLE color: 11493717.

HSL color Cylindrical-coordinate representation of color #5561AF: hue angle of 232º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5561AF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8597175-
CMYK0.510.4500.31
HSL232º36%50.98%-
HSV(B)232º51.43%68.63%-
XYZ15.7613.5842.35-
YUV102.3169.02115.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=23.81%
G=27.17%
B=49.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85971750.510.4500.312323650.98
Hex5561AF332D01Fe82433
Octal12514125763550373504463
Binary101010111000011010111111001110110101111111101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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