#565E77

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

Shades of Chambray #565E77

Tints of Chambray #565E77

Color information

#565E77 (or 0x565E77) is unknown color: approx Chambray. HEX triplet: 56, 5E and 77. RGB value is (86,94,119). Sum of RGB (Red+Green+Blue) = 86+94+119=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #565E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E77 is #A9A188. Grayscale: #5E5E5E. Windows color (decimal): -11116937 or 7822934. OLE color: 7822934.

HSL color Cylindrical-coordinate representation of color #565E77: hue angle of 225.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565E77 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8694119-
CMYK0.280.2100.53
HSL225.45º16.1%40.2%-
HSV(B)225.45º27.73%46.67%-
XYZ11.1711.3219.05-
YUV94.46141.85121.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=28.76%
G=31.44%
B=39.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86941190.280.2100.53225.4516.140.2
Hex565E771C15035e11028
Octal12613616734250653412050
Binary101011010111101110111111001010101101011110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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