Shades of Chambray #525E79
Tints of Chambray #525E79
RGB
CMYK
RGB Variations
Color information
#525E79 (or 0x525E79) is known color: Chambray. HEX triplet: 52, 5E and 79. RGB value is (82,94,121). Sum of RGB (Red+Green+Blue) = 82+94+121=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #525E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E79 is #ADA186. Grayscale: #5D5D5D. Windows color (decimal): -11379079 or 7954002. OLE color: 7954002.
HSL color Cylindrical-coordinate representation of color #525E79: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525E79 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 94 | 121 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.53 |
| HSL | 221.54º | 0.19% | 0.4% | - |
| HSV(B) | 221.54º | 0.32% | 0.47% | - |
| XYZ | 10.93 | 11.18 | 19.67 | - |
| YUV | 93.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 121 | 0.32 | 0.22 | 0 | 0.53 | 221.54 | 0.19 | 0.4 |
| Hex | 52 | 5E | 79 | 20 | 16 | 0 | 35 | DE | 13 | 28 |
| Octal | 122 | 136 | 171 | 40 | 26 | 0 | 65 | 336 | 23 | 50 |
| Binary | 1010010 | 1011110 | 1111001 | 100000 | 10110 | 0 | 110101 | 11011110 | 10011 | 101000 |
Color Harmonies of #525E79
Complementary color
Monochromatic Colors of #525E79
Black with #525E79
Text Example
Text Example
White with #525E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E79; }
p { color: rgb(82,94,121); }
H1.HeaderClassName
{
color: #525E79;
}
.AnyTagClassName
{
color: #525E79;
}
</style>
background-color css
<style>
a { background-color: #525E79; }
a { background-color: rgb(82,94,121); }
div.DivClassName
{
background-color: #525E79;
}
.BgClassName
{
background-color: #525E79;
}
</style>
border-color css
<style>
span { border-color: #525E79; }
span { border-color: rgb(82,94,121); }
td.TdClassName
{
border-color: #525E79;
}
.TagClassName
{
border-color: #525E79;
}
</style>