Shades of Chambray #565E74
Tints of Chambray #565E74
RGB
CMYK
RGB Variations
Color information
#565E74 (or 0x565E74) is known color: Chambray. HEX triplet: 56, 5E and 74. RGB value is (86,94,116). Sum of RGB (Red+Green+Blue) = 86+94+116=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 116 - color contains mainly: blue. Hex color #565E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E74 is #A9A18B. Grayscale: #5E5E5E. Windows color (decimal): -11116940 or 7626326. OLE color: 7626326.
HSL color Cylindrical-coordinate representation of color #565E74: hue angle of 224º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565E74 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 94 | 116 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.55 |
| HSL | 224º | 0.15% | 0.4% | - |
| HSV(B) | 224º | 0.26% | 0.45% | - |
| XYZ | 10.99 | 11.24 | 18.11 | - |
| YUV | 94.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 116 | 0.26 | 0.19 | 0 | 0.55 | 224 | 0.15 | 0.4 |
| Hex | 56 | 5E | 74 | 1A | 13 | 0 | 37 | E0 | F | 28 |
| Octal | 126 | 136 | 164 | 32 | 23 | 0 | 67 | 340 | 17 | 50 |
| Binary | 1010110 | 1011110 | 1110100 | 11010 | 10011 | 0 | 110111 | 11100000 | 1111 | 101000 |
Color Harmonies of #565E74
Complementary color
Monochromatic Colors of #565E74
Black with #565E74
Text Example
Text Example
White with #565E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E74; }
p { color: rgb(86,94,116); }
H1.HeaderClassName
{
color: #565E74;
}
.AnyTagClassName
{
color: #565E74;
}
</style>
background-color css
<style>
a { background-color: #565E74; }
a { background-color: rgb(86,94,116); }
div.DivClassName
{
background-color: #565E74;
}
.BgClassName
{
background-color: #565E74;
}
</style>
border-color css
<style>
span { border-color: #565E74; }
span { border-color: rgb(86,94,116); }
td.TdClassName
{
border-color: #565E74;
}
.TagClassName
{
border-color: #565E74;
}
</style>