Shades of Chambray #525D74
Tints of Chambray #525D74
RGB
CMYK
RGB Variations
Color information
#525D74 (or 0x525D74) is known color: Chambray. HEX triplet: 52, 5D and 74. RGB value is (82,93,116). Sum of RGB (Red+Green+Blue) = 82+93+116=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #525D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D74 is #ADA28B. Grayscale: #5C5C5C. Windows color (decimal): -11379340 or 7626066. OLE color: 7626066.
HSL color Cylindrical-coordinate representation of color #525D74: hue angle of 220.59º 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 #525D74 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 93 | 116 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.55 |
| HSL | 220.59º | 0.17% | 0.39% | - |
| HSV(B) | 220.59º | 0.29% | 0.45% | - |
| XYZ | 10.55 | 10.88 | 18.07 | - |
| YUV | 92.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 116 | 0.29 | 0.20 | 0 | 0.55 | 220.59 | 0.17 | 0.39 |
| Hex | 52 | 5D | 74 | 1D | 14 | 0 | 37 | DD | 11 | 27 |
| Octal | 122 | 135 | 164 | 35 | 24 | 0 | 67 | 335 | 21 | 47 |
| Binary | 1010010 | 1011101 | 1110100 | 11101 | 10100 | 0 | 110111 | 11011101 | 10001 | 100111 |
Color Harmonies of #525D74
Complementary color
Monochromatic Colors of #525D74
Black with #525D74
Text Example
Text Example
White with #525D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D74; }
p { color: rgb(82,93,116); }
H1.HeaderClassName
{
color: #525D74;
}
.AnyTagClassName
{
color: #525D74;
}
</style>
background-color css
<style>
a { background-color: #525D74; }
a { background-color: rgb(82,93,116); }
div.DivClassName
{
background-color: #525D74;
}
.BgClassName
{
background-color: #525D74;
}
</style>
border-color css
<style>
span { border-color: #525D74; }
span { border-color: rgb(82,93,116); }
td.TdClassName
{
border-color: #525D74;
}
.TagClassName
{
border-color: #525D74;
}
</style>