#565F80

Color #565F80 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #565F80

Tints of Chambray #565F80

Color information

#565F80 (or 0x565F80) is unknown color: approx Chambray. HEX triplet: 56, 5F and 80. RGB value is (86,95,128). Sum of RGB (Red+Green+Blue) = 86+95+128=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #565F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F80 is #A9A07F. Grayscale: #5F5F5F. Windows color (decimal): -11116672 or 8413014. OLE color: 8413014.

HSL color Cylindrical-coordinate representation of color #565F80: hue angle of 227.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565F80 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8695128-
CMYK0.330.2600.50
HSL227.14º19.63%41.96%-
HSV(B)227.14º32.81%50.2%-
XYZ11.8311.7222.06-
YUV96.07146.02120.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=27.83%
G=30.74%
B=41.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86951280.330.2600.50227.1419.6341.96
Hex565F80211A032e3142a
Octal12613720041320623432452
Binary10101101011111100000001000011101001100101110001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F80; }

 p { color: rgb(86,95,128); }

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

<style>
 a { background-color: #565F80; }

 a { background-color: rgb(86,95,128); }

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

<style>
 span { border-color: #565F80; }

 span { border-color: rgb(86,95,128); }

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