Shades of Chambray #565E80
Tints of Chambray #565E80
RGB
CMYK
RGB Variations
Color information
#565E80 (or 0x565E80) is known color: Chambray. HEX triplet: 56, 5E and 80. RGB value is (86,94,128). Sum of RGB (Red+Green+Blue) = 86+94+128=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #565E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E80 is #A9A17F. Grayscale: #5F5F5F. Windows color (decimal): -11116928 or 8412758. OLE color: 8412758.
HSL color Cylindrical-coordinate representation of color #565E80: hue angle of 228.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565E80 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 94 | 128 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.50 |
| HSL | 228.57º | 0.2% | 0.42% | - |
| HSV(B) | 228.57º | 0.33% | 0.5% | - |
| XYZ | 11.74 | 11.54 | 22.03 | - |
| YUV | 95.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 128 | 0.33 | 0.27 | 0 | 0.50 | 228.57 | 0.2 | 0.42 |
| Hex | 56 | 5E | 80 | 21 | 1B | 0 | 32 | E5 | 14 | 2A |
| Octal | 126 | 136 | 200 | 41 | 33 | 0 | 62 | 345 | 24 | 52 |
| Binary | 1010110 | 1011110 | 10000000 | 100001 | 11011 | 0 | 110010 | 11100101 | 10100 | 101010 |
Color Harmonies of #565E80
Complementary color
Monochromatic Colors of #565E80
Black with #565E80
Text Example
Text Example
White with #565E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E80; }
p { color: rgb(86,94,128); }
H1.HeaderClassName
{
color: #565E80;
}
.AnyTagClassName
{
color: #565E80;
}
</style>
background-color css
<style>
a { background-color: #565E80; }
a { background-color: rgb(86,94,128); }
div.DivClassName
{
background-color: #565E80;
}
.BgClassName
{
background-color: #565E80;
}
</style>
border-color css
<style>
span { border-color: #565E80; }
span { border-color: rgb(86,94,128); }
td.TdClassName
{
border-color: #565E80;
}
.TagClassName
{
border-color: #565E80;
}
</style>