Shades of Chambray #565E6F
Tints of Chambray #565E6F
RGB
CMYK
RGB Variations
Color information
#565E6F (or 0x565E6F) is known color: Chambray. HEX triplet: 56, 5E and 6F. RGB value is (86,94,111). Sum of RGB (Red+Green+Blue) = 86+94+111=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #565E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E6F is #A9A190. Grayscale: #5D5D5D. Windows color (decimal): -11116945 or 7298646. OLE color: 7298646.
HSL color Cylindrical-coordinate representation of color #565E6F: hue angle of 220.8º 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 #565E6F is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 94 | 111 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.56 |
| HSL | 220.8º | 0.13% | 0.39% | - |
| HSV(B) | 220.8º | 0.23% | 0.44% | - |
| XYZ | 10.71 | 11.13 | 16.62 | - |
| YUV | 93.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 111 | 0.23 | 0.15 | 0 | 0.56 | 220.8 | 0.13 | 0.39 |
| Hex | 56 | 5E | 6F | 17 | F | 0 | 38 | DD | D | 27 |
| Octal | 126 | 136 | 157 | 27 | 17 | 0 | 70 | 335 | 15 | 47 |
| Binary | 1010110 | 1011110 | 1101111 | 10111 | 1111 | 0 | 111000 | 11011101 | 1101 | 100111 |
Color Harmonies of #565E6F
Complementary color
Monochromatic Colors of #565E6F
Black with #565E6F
Text Example
Text Example
White with #565E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E6F; }
p { color: rgb(86,94,111); }
H1.HeaderClassName
{
color: #565E6F;
}
.AnyTagClassName
{
color: #565E6F;
}
</style>
background-color css
<style>
a { background-color: #565E6F; }
a { background-color: rgb(86,94,111); }
div.DivClassName
{
background-color: #565E6F;
}
.BgClassName
{
background-color: #565E6F;
}
</style>
border-color css
<style>
span { border-color: #565E6F; }
span { border-color: rgb(86,94,111); }
td.TdClassName
{
border-color: #565E6F;
}
.TagClassName
{
border-color: #565E6F;
}
</style>