Shades of Chambray #535B73
Tints of Chambray #535B73
RGB
CMYK
RGB Variations
Color information
#535B73 (or 0x535B73) is known color: Chambray. HEX triplet: 53, 5B and 73. RGB value is (83,91,115). Sum of RGB (Red+Green+Blue) = 83+91+115=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #535B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B73 is #ACA48C. Grayscale: #5B5B5B. Windows color (decimal): -11314317 or 7560019. OLE color: 7560019.
HSL color Cylindrical-coordinate representation of color #535B73: hue angle of 225º 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 #535B73 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 91 | 115 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.55 |
| HSL | 225º | 0.16% | 0.39% | - |
| HSV(B) | 225º | 0.28% | 0.45% | - |
| XYZ | 10.4 | 10.56 | 17.71 | - |
| YUV | 91.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 115 | 0.28 | 0.21 | 0 | 0.55 | 225 | 0.16 | 0.39 |
| Hex | 53 | 5B | 73 | 1C | 15 | 0 | 37 | E1 | 10 | 27 |
| Octal | 123 | 133 | 163 | 34 | 25 | 0 | 67 | 341 | 20 | 47 |
| Binary | 1010011 | 1011011 | 1110011 | 11100 | 10101 | 0 | 110111 | 11100001 | 10000 | 100111 |
Color Harmonies of #535B73
Complementary color
Monochromatic Colors of #535B73
Black with #535B73
Text Example
Text Example
White with #535B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535B73; }
p { color: rgb(83,91,115); }
H1.HeaderClassName
{
color: #535B73;
}
.AnyTagClassName
{
color: #535B73;
}
</style>
background-color css
<style>
a { background-color: #535B73; }
a { background-color: rgb(83,91,115); }
div.DivClassName
{
background-color: #535B73;
}
.BgClassName
{
background-color: #535B73;
}
</style>
border-color css
<style>
span { border-color: #535B73; }
span { border-color: rgb(83,91,115); }
td.TdClassName
{
border-color: #535B73;
}
.TagClassName
{
border-color: #535B73;
}
</style>