#5660AF

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

Shades of Rich Blue #5660AF

Tints of Rich Blue #5660AF

Color information

#5660AF (or 0x5660AF) is unknown color: approx Rich Blue. HEX triplet: 56, 60 and AF. RGB value is (86,96,175). Sum of RGB (Red+Green+Blue) = 86+96+175=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 96 (37.89% from 255 or 26.89% 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 #5660AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5660AF is #A99F50. Grayscale: #656565. Windows color (decimal): -11116369 or 11493462. OLE color: 11493462.

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

Color convert

RGB8696175-
CMYK0.510.4500.31
HSL233.26º35.74%51.18%-
HSV(B)233.26º50.86%68.63%-
XYZ15.7613.4442.32-
YUV102.02169.19116.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=24.09%
G=26.89%
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
Decimal86961750.510.4500.31233.2635.7451.18
Hex5660AF332D01Fe92433
Octal12614025763550373514463
Binary101011011000001010111111001110110101111111101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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