Shades of Chambray #565D7A
Tints of Chambray #565D7A
RGB
CMYK
RGB Variations
Color information
#565D7A (or 0x565D7A) is known color: Chambray. HEX triplet: 56, 5D and 7A. RGB value is (86,93,122). Sum of RGB (Red+Green+Blue) = 86+93+122=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #565D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D7A is #A9A285. Grayscale: #5E5E5E. Windows color (decimal): -11117190 or 8019286. OLE color: 8019286.
HSL color Cylindrical-coordinate representation of color #565D7A: hue angle of 228.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565D7A is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 93 | 122 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.52 |
| HSL | 228.33º | 0.17% | 0.41% | - |
| HSV(B) | 228.33º | 0.3% | 0.48% | - |
| XYZ | 11.26 | 11.21 | 19.98 | - |
| YUV | 94.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 122 | 0.30 | 0.24 | 0 | 0.52 | 228.33 | 0.17 | 0.41 |
| Hex | 56 | 5D | 7A | 1E | 18 | 0 | 34 | E4 | 11 | 29 |
| Octal | 126 | 135 | 172 | 36 | 30 | 0 | 64 | 344 | 21 | 51 |
| Binary | 1010110 | 1011101 | 1111010 | 11110 | 11000 | 0 | 110100 | 11100100 | 10001 | 101001 |
Color Harmonies of #565D7A
Complementary color
Monochromatic Colors of #565D7A
Black with #565D7A
Text Example
Text Example
White with #565D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D7A; }
p { color: rgb(86,93,122); }
H1.HeaderClassName
{
color: #565D7A;
}
.AnyTagClassName
{
color: #565D7A;
}
</style>
background-color css
<style>
a { background-color: #565D7A; }
a { background-color: rgb(86,93,122); }
div.DivClassName
{
background-color: #565D7A;
}
.BgClassName
{
background-color: #565D7A;
}
</style>
border-color css
<style>
span { border-color: #565D7A; }
span { border-color: rgb(86,93,122); }
td.TdClassName
{
border-color: #565D7A;
}
.TagClassName
{
border-color: #565D7A;
}
</style>