Shades of Chambray #535D73
Tints of Chambray #535D73
RGB
CMYK
RGB Variations
Color information
#535D73 (or 0x535D73) is known color: Chambray. HEX triplet: 53, 5D and 73. RGB value is (83,93,115). Sum of RGB (Red+Green+Blue) = 83+93+115=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #535D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D73 is #ACA28C. Grayscale: #5C5C5C. Windows color (decimal): -11313805 or 7560531. OLE color: 7560531.
HSL color Cylindrical-coordinate representation of color #535D73: hue angle of 221.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #535D73 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 93 | 115 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.55 |
| HSL | 221.25º | 0.16% | 0.39% | - |
| HSV(B) | 221.25º | 0.28% | 0.45% | - |
| XYZ | 10.58 | 10.91 | 17.77 | - |
| YUV | 92.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 115 | 0.28 | 0.19 | 0 | 0.55 | 221.25 | 0.16 | 0.39 |
| Hex | 53 | 5D | 73 | 1C | 13 | 0 | 37 | DD | 10 | 27 |
| Octal | 123 | 135 | 163 | 34 | 23 | 0 | 67 | 335 | 20 | 47 |
| Binary | 1010011 | 1011101 | 1110011 | 11100 | 10011 | 0 | 110111 | 11011101 | 10000 | 100111 |
Color Harmonies of #535D73
Complementary color
Monochromatic Colors of #535D73
Black with #535D73
Text Example
Text Example
White with #535D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535D73; }
p { color: rgb(83,93,115); }
H1.HeaderClassName
{
color: #535D73;
}
.AnyTagClassName
{
color: #535D73;
}
</style>
background-color css
<style>
a { background-color: #535D73; }
a { background-color: rgb(83,93,115); }
div.DivClassName
{
background-color: #535D73;
}
.BgClassName
{
background-color: #535D73;
}
</style>
border-color css
<style>
span { border-color: #535D73; }
span { border-color: rgb(83,93,115); }
td.TdClassName
{
border-color: #535D73;
}
.TagClassName
{
border-color: #535D73;
}
</style>