#565D71

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

Shades of Chambray #565D71

Tints of Chambray #565D71

Color information

#565D71 (or 0x565D71) is unknown color: approx Chambray. HEX triplet: 56, 5D and 71. RGB value is (86,93,113). Sum of RGB (Red+Green+Blue) = 86+93+113=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #565D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D71 is #A9A28E. Grayscale: #5D5D5D. Windows color (decimal): -11117199 or 7429462. OLE color: 7429462.

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

Color convert

RGB8693113-
CMYK0.240.1800.56
HSL224.44º13.57%39.02%-
HSV(B)224.44º23.89%44.31%-
XYZ10.731117.18-
YUV93.19139.18122.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=29.45%
G=31.85%
B=38.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86931130.240.1800.56224.4413.5739.02
Hex565D711812038e0e27
Octal12613516130220703401647
Binary10101101011101111000111000100100111000111000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,113); }

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

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

 a { background-color: rgb(86,93,113); }

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

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

 span { border-color: rgb(86,93,113); }

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