Shades of Chambray #565D7C
Tints of Chambray #565D7C
RGB
CMYK
RGB Variations
Color information
#565D7C (or 0x565D7C) is known color: Chambray. HEX triplet: 56, 5D and 7C. RGB value is (86,93,124). Sum of RGB (Red+Green+Blue) = 86+93+124=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #565D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D7C is #A9A283. Grayscale: #5E5E5E. Windows color (decimal): -11117188 or 8150358. OLE color: 8150358.
HSL color Cylindrical-coordinate representation of color #565D7C: hue angle of 228.95º 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 #565D7C is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 93 | 124 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.51 |
| HSL | 228.95º | 0.18% | 0.41% | - |
| HSV(B) | 228.95º | 0.31% | 0.49% | - |
| XYZ | 11.39 | 11.26 | 20.64 | - |
| YUV | 94.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 124 | 0.31 | 0.25 | 0 | 0.51 | 228.95 | 0.18 | 0.41 |
| Hex | 56 | 5D | 7C | 1F | 19 | 0 | 33 | E5 | 12 | 29 |
| Octal | 126 | 135 | 174 | 37 | 31 | 0 | 63 | 345 | 22 | 51 |
| Binary | 1010110 | 1011101 | 1111100 | 11111 | 11001 | 0 | 110011 | 11100101 | 10010 | 101001 |
Color Harmonies of #565D7C
Complementary color
Monochromatic Colors of #565D7C
Black with #565D7C
Text Example
Text Example
White with #565D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D7C; }
p { color: rgb(86,93,124); }
H1.HeaderClassName
{
color: #565D7C;
}
.AnyTagClassName
{
color: #565D7C;
}
</style>
background-color css
<style>
a { background-color: #565D7C; }
a { background-color: rgb(86,93,124); }
div.DivClassName
{
background-color: #565D7C;
}
.BgClassName
{
background-color: #565D7C;
}
</style>
border-color css
<style>
span { border-color: #565D7C; }
span { border-color: rgb(86,93,124); }
td.TdClassName
{
border-color: #565D7C;
}
.TagClassName
{
border-color: #565D7C;
}
</style>