Shades of Chambray #535D78
Tints of Chambray #535D78
RGB
CMYK
RGB Variations
Color information
#535D78 (or 0x535D78) is known color: Chambray. HEX triplet: 53, 5D and 78. RGB value is (83,93,120). Sum of RGB (Red+Green+Blue) = 83+93+120=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #535D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D78 is #ACA287. Grayscale: #5C5C5C. Windows color (decimal): -11313800 or 7888211. OLE color: 7888211.
HSL color Cylindrical-coordinate representation of color #535D78: hue angle of 223.78º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535D78 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 93 | 120 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.53 |
| HSL | 223.78º | 0.18% | 0.4% | - |
| HSV(B) | 223.78º | 0.31% | 0.47% | - |
| XYZ | 10.87 | 11.02 | 19.32 | - |
| YUV | 93.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 120 | 0.31 | 0.22 | 0 | 0.53 | 223.78 | 0.18 | 0.4 |
| Hex | 53 | 5D | 78 | 1F | 16 | 0 | 35 | E0 | 12 | 28 |
| Octal | 123 | 135 | 170 | 37 | 26 | 0 | 65 | 340 | 22 | 50 |
| Binary | 1010011 | 1011101 | 1111000 | 11111 | 10110 | 0 | 110101 | 11100000 | 10010 | 101000 |
Color Harmonies of #535D78
Complementary color
Monochromatic Colors of #535D78
Black with #535D78
Text Example
Text Example
White with #535D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D78; }
p { color: rgb(83,93,120); }
H1.HeaderClassName
{
color: #535D78;
}
.AnyTagClassName
{
color: #535D78;
}
</style>
background-color css
<style>
a { background-color: #535D78; }
a { background-color: rgb(83,93,120); }
div.DivClassName
{
background-color: #535D78;
}
.BgClassName
{
background-color: #535D78;
}
</style>
border-color css
<style>
span { border-color: #535D78; }
span { border-color: rgb(83,93,120); }
td.TdClassName
{
border-color: #535D78;
}
.TagClassName
{
border-color: #535D78;
}
</style>