Shades of Chambray #535F73
Tints of Chambray #535F73
RGB
CMYK
RGB Variations
Color information
#535F73 (or 0x535F73) is known color: Chambray. HEX triplet: 53, 5F and 73. RGB value is (83,95,115). Sum of RGB (Red+Green+Blue) = 83+95+115=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #535F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535F73 is #ACA08C. Grayscale: #5D5D5D. Windows color (decimal): -11313293 or 7561043. OLE color: 7561043.
HSL color Cylindrical-coordinate representation of color #535F73: hue angle of 217.5º 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 #535F73 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 95 | 115 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.55 |
| HSL | 217.5º | 0.16% | 0.39% | - |
| HSV(B) | 217.5º | 0.28% | 0.45% | - |
| XYZ | 10.75 | 11.26 | 17.83 | - |
| YUV | 93.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 115 | 0.28 | 0.17 | 0 | 0.55 | 217.5 | 0.16 | 0.39 |
| Hex | 53 | 5F | 73 | 1C | 11 | 0 | 37 | DA | 10 | 27 |
| Octal | 123 | 137 | 163 | 34 | 21 | 0 | 67 | 332 | 20 | 47 |
| Binary | 1010011 | 1011111 | 1110011 | 11100 | 10001 | 0 | 110111 | 11011010 | 10000 | 100111 |
Color Harmonies of #535F73
Complementary color
Monochromatic Colors of #535F73
Black with #535F73
Text Example
Text Example
White with #535F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535F73; }
p { color: rgb(83,95,115); }
H1.HeaderClassName
{
color: #535F73;
}
.AnyTagClassName
{
color: #535F73;
}
</style>
background-color css
<style>
a { background-color: #535F73; }
a { background-color: rgb(83,95,115); }
div.DivClassName
{
background-color: #535F73;
}
.BgClassName
{
background-color: #535F73;
}
</style>
border-color css
<style>
span { border-color: #535F73; }
span { border-color: rgb(83,95,115); }
td.TdClassName
{
border-color: #535F73;
}
.TagClassName
{
border-color: #535F73;
}
</style>