Shades of Chambray #565D78
Tints of Chambray #565D78
RGB
CMYK
RGB Variations
Color information
#565D78 (or 0x565D78) is known color: Chambray. HEX triplet: 56, 5D and 78. RGB value is (86,93,120). Sum of RGB (Red+Green+Blue) = 86+93+120=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #565D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D78 is #A9A287. Grayscale: #5D5D5D. Windows color (decimal): -11117192 or 7888214. OLE color: 7888214.
HSL color Cylindrical-coordinate representation of color #565D78: hue angle of 227.65º degrees, saturation: 0.17, 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 #565D78 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 93 | 120 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.53 |
| HSL | 227.65º | 0.17% | 0.4% | - |
| HSV(B) | 227.65º | 0.28% | 0.47% | - |
| XYZ | 11.14 | 11.16 | 19.34 | - |
| YUV | 93.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 120 | 0.28 | 0.22 | 0 | 0.53 | 227.65 | 0.17 | 0.4 |
| Hex | 56 | 5D | 78 | 1C | 16 | 0 | 35 | E4 | 11 | 28 |
| Octal | 126 | 135 | 170 | 34 | 26 | 0 | 65 | 344 | 21 | 50 |
| Binary | 1010110 | 1011101 | 1111000 | 11100 | 10110 | 0 | 110101 | 11100100 | 10001 | 101000 |
Color Harmonies of #565D78
Complementary color
Monochromatic Colors of #565D78
Black with #565D78
Text Example
Text Example
White with #565D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D78; }
p { color: rgb(86,93,120); }
H1.HeaderClassName
{
color: #565D78;
}
.AnyTagClassName
{
color: #565D78;
}
</style>
background-color css
<style>
a { background-color: #565D78; }
a { background-color: rgb(86,93,120); }
div.DivClassName
{
background-color: #565D78;
}
.BgClassName
{
background-color: #565D78;
}
</style>
border-color css
<style>
span { border-color: #565D78; }
span { border-color: rgb(86,93,120); }
td.TdClassName
{
border-color: #565D78;
}
.TagClassName
{
border-color: #565D78;
}
</style>