Shades of Chambray #565D71
Tints of Chambray #565D71
RGB
CMYK
RGB Variations
Color information
#565D71 (or 0x565D71) is known color: 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
| RGB | 86 | 93 | 113 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.56 |
| HSL | 224.44º | 0.14% | 0.39% | - |
| HSV(B) | 224.44º | 0.24% | 0.44% | - |
| XYZ | 10.73 | 11 | 17.18 | - |
| YUV | 93.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 113 | 0.24 | 0.18 | 0 | 0.56 | 224.44 | 0.14 | 0.39 |
| Hex | 56 | 5D | 71 | 18 | 12 | 0 | 38 | E0 | E | 27 |
| Octal | 126 | 135 | 161 | 30 | 22 | 0 | 70 | 340 | 16 | 47 |
| Binary | 1010110 | 1011101 | 1110001 | 11000 | 10010 | 0 | 111000 | 11100000 | 1110 | 100111 |
Color Harmonies of #565D71
Complementary color
Monochromatic Colors of #565D71
Black with #565D71
Text Example
Text Example
White with #565D71
Text Example
Text Example
HTML Codes & Css Web 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>