Shades of Chambray #565D7D
Tints of Chambray #565D7D
RGB
CMYK
RGB Variations
Color information
#565D7D (or 0x565D7D) is known color: Chambray. HEX triplet: 56, 5D and 7D. RGB value is (86,93,125). Sum of RGB (Red+Green+Blue) = 86+93+125=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #565D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D7D is #A9A282. Grayscale: #5E5E5E. Windows color (decimal): -11117187 or 8215894. OLE color: 8215894.
HSL color Cylindrical-coordinate representation of color #565D7D: hue angle of 229.23º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565D7D is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 93 | 125 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.51 |
| HSL | 229.23º | 0.18% | 0.41% | - |
| HSV(B) | 229.23º | 0.31% | 0.49% | - |
| XYZ | 11.45 | 11.29 | 20.98 | - |
| YUV | 94.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 125 | 0.31 | 0.26 | 0 | 0.51 | 229.23 | 0.18 | 0.41 |
| Hex | 56 | 5D | 7D | 1F | 1A | 0 | 33 | E5 | 12 | 29 |
| Octal | 126 | 135 | 175 | 37 | 32 | 0 | 63 | 345 | 22 | 51 |
| Binary | 1010110 | 1011101 | 1111101 | 11111 | 11010 | 0 | 110011 | 11100101 | 10010 | 101001 |
Color Harmonies of #565D7D
Complementary color
Monochromatic Colors of #565D7D
Black with #565D7D
Text Example
Text Example
White with #565D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D7D; }
p { color: rgb(86,93,125); }
H1.HeaderClassName
{
color: #565D7D;
}
.AnyTagClassName
{
color: #565D7D;
}
</style>
background-color css
<style>
a { background-color: #565D7D; }
a { background-color: rgb(86,93,125); }
div.DivClassName
{
background-color: #565D7D;
}
.BgClassName
{
background-color: #565D7D;
}
</style>
border-color css
<style>
span { border-color: #565D7D; }
span { border-color: rgb(86,93,125); }
td.TdClassName
{
border-color: #565D7D;
}
.TagClassName
{
border-color: #565D7D;
}
</style>