Shades of Chambray #525D73
Tints of Chambray #525D73
RGB
CMYK
RGB Variations
Color information
#525D73 (or 0x525D73) is known color: Chambray. HEX triplet: 52, 5D and 73. RGB value is (82,93,115). Sum of RGB (Red+Green+Blue) = 82+93+115=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #525D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D73 is #ADA28C. Grayscale: #5C5C5C. Windows color (decimal): -11379341 or 7560530. OLE color: 7560530.
HSL color Cylindrical-coordinate representation of color #525D73: hue angle of 220º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525D73 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 93 | 115 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.55 |
| HSL | 220º | 0.17% | 0.39% | - |
| HSV(B) | 220º | 0.29% | 0.45% | - |
| XYZ | 10.49 | 10.86 | 17.76 | - |
| YUV | 92.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 115 | 0.29 | 0.19 | 0 | 0.55 | 220 | 0.17 | 0.39 |
| Hex | 52 | 5D | 73 | 1D | 13 | 0 | 37 | DC | 11 | 27 |
| Octal | 122 | 135 | 163 | 35 | 23 | 0 | 67 | 334 | 21 | 47 |
| Binary | 1010010 | 1011101 | 1110011 | 11101 | 10011 | 0 | 110111 | 11011100 | 10001 | 100111 |
Color Harmonies of #525D73
Complementary color
Monochromatic Colors of #525D73
Black with #525D73
Text Example
Text Example
White with #525D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D73; }
p { color: rgb(82,93,115); }
H1.HeaderClassName
{
color: #525D73;
}
.AnyTagClassName
{
color: #525D73;
}
</style>
background-color css
<style>
a { background-color: #525D73; }
a { background-color: rgb(82,93,115); }
div.DivClassName
{
background-color: #525D73;
}
.BgClassName
{
background-color: #525D73;
}
</style>
border-color css
<style>
span { border-color: #525D73; }
span { border-color: rgb(82,93,115); }
td.TdClassName
{
border-color: #525D73;
}
.TagClassName
{
border-color: #525D73;
}
</style>