#565E70

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

Shades of Chambray #565E70

Tints of Chambray #565E70

Color information

#565E70 (or 0x565E70) is unknown color: approx Chambray. HEX triplet: 56, 5E and 70. RGB value is (86,94,112). Sum of RGB (Red+Green+Blue) = 86+94+112=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #565E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E70 is #A9A18F. Grayscale: #5D5D5D. Windows color (decimal): -11116944 or 7364182. OLE color: 7364182.

HSL color Cylindrical-coordinate representation of color #565E70: hue angle of 221.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #565E70 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8694112-
CMYK0.230.1600.56
HSL221.54º13.13%38.82%-
HSV(B)221.54º23.21%43.92%-
XYZ10.7711.1516.91-
YUV93.66138.35122.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=29.45%
G=32.19%
B=38.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86941120.230.1600.56221.5413.1338.82
Hex565E701710038ded27
Octal12613616027200703361547
Binary10101101011110111000010111100000111000110111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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