#5660AB

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

Shades of Rich Blue #5660AB

Tints of Rich Blue #5660AB

Color information

#5660AB (or 0x5660AB) is unknown color: approx Rich Blue. HEX triplet: 56, 60 and AB. RGB value is (86,96,171). Sum of RGB (Red+Green+Blue) = 86+96+171=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 96 (37.89% from 255 or 27.20% 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 #5660AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5660AB is #A99F54. Grayscale: #656565. Windows color (decimal): -11116373 or 11231318. OLE color: 11231318.

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

Color convert

RGB8696171-
CMYK0.500.4400.33
HSL232.94º33.6%50.39%-
HSV(B)232.94º49.71%67.06%-
XYZ15.3713.2840.28-
YUV101.56167.19116.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=24.36%
G=27.20%
B=48.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86961710.500.4400.33232.9433.650.39
Hex5660AB322C021e92232
Octal12614025362540413514262
Binary1010110110000010101011110010101100010000111101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,96,171); }

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

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

 a { background-color: rgb(86,96,171); }

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

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

 span { border-color: rgb(86,96,171); }

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