Shades of Chambray #565D7F
Tints of Chambray #565D7F
RGB
CMYK
RGB Variations
Color information
#565D7F (or 0x565D7F) is known color: Chambray. HEX triplet: 56, 5D and 7F. RGB value is (86,93,127). Sum of RGB (Red+Green+Blue) = 86+93+127=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #565D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D7F is #A9A280. Grayscale: #5E5E5E. Windows color (decimal): -11117185 or 8346966. OLE color: 8346966.
HSL color Cylindrical-coordinate representation of color #565D7F: hue angle of 229.76º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #565D7F is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 93 | 127 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.50 |
| HSL | 229.76º | 0.19% | 0.42% | - |
| HSV(B) | 229.76º | 0.32% | 0.5% | - |
| XYZ | 11.58 | 11.34 | 21.66 | - |
| YUV | 94.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 127 | 0.32 | 0.27 | 0 | 0.50 | 229.76 | 0.19 | 0.42 |
| Hex | 56 | 5D | 7F | 20 | 1B | 0 | 32 | E6 | 13 | 2A |
| Octal | 126 | 135 | 177 | 40 | 33 | 0 | 62 | 346 | 23 | 52 |
| Binary | 1010110 | 1011101 | 1111111 | 100000 | 11011 | 0 | 110010 | 11100110 | 10011 | 101010 |
Color Harmonies of #565D7F
Complementary color
Monochromatic Colors of #565D7F
Black with #565D7F
Text Example
Text Example
White with #565D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D7F; }
p { color: rgb(86,93,127); }
H1.HeaderClassName
{
color: #565D7F;
}
.AnyTagClassName
{
color: #565D7F;
}
</style>
background-color css
<style>
a { background-color: #565D7F; }
a { background-color: rgb(86,93,127); }
div.DivClassName
{
background-color: #565D7F;
}
.BgClassName
{
background-color: #565D7F;
}
</style>
border-color css
<style>
span { border-color: #565D7F; }
span { border-color: rgb(86,93,127); }
td.TdClassName
{
border-color: #565D7F;
}
.TagClassName
{
border-color: #565D7F;
}
</style>