#5560AF

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

Shades of Rich Blue #5560AF

Tints of Rich Blue #5560AF

Color information

#5560AF (or 0x5560AF) is unknown color: approx Rich Blue. HEX triplet: 55, 60 and AF. RGB value is (85,96,175). Sum of RGB (Red+Green+Blue) = 85+96+175=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5560AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5560AF is #AA9F50. Grayscale: #656565. Windows color (decimal): -11181905 or 11493461. OLE color: 11493461.

HSL color Cylindrical-coordinate representation of color #5560AF: hue angle of 232.67º 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 #5560AF is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8596175-
CMYK0.510.4500.31
HSL232.67º36%50.98%-
HSV(B)232.67º51.43%68.63%-
XYZ15.6713.3942.32-
YUV101.72169.36116.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=23.88%
G=26.97%
B=49.16%

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
Decimal85961750.510.4500.31232.673650.98
Hex5560AF332D01Fe92433
Octal12514025763550373514463
Binary101010111000001010111111001110110101111111101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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