#565E80

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

Shades of Chambray #565E80

Tints of Chambray #565E80

Color information

#565E80 (or 0x565E80) is unknown color: approx Chambray. HEX triplet: 56, 5E and 80. RGB value is (86,94,128). Sum of RGB (Red+Green+Blue) = 86+94+128=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #565E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E80 is #A9A17F. Grayscale: #5F5F5F. Windows color (decimal): -11116928 or 8412758. OLE color: 8412758.

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

Color convert

RGB8694128-
CMYK0.330.2700.50
HSL228.57º19.63%41.96%-
HSV(B)228.57º32.81%50.2%-
XYZ11.7411.5422.03-
YUV95.48146.35121.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=27.92%
G=30.52%
B=41.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86941280.330.2700.50228.5719.6341.96
Hex565E80211B032e5142a
Octal12613620041330623452452
Binary10101101011110100000001000011101101100101110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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