Shades of Chambray #525A74
Tints of Chambray #525A74
RGB
CMYK
RGB Variations
Color information
#525A74 (or 0x525A74) is known color: Chambray. HEX triplet: 52, 5A and 74. RGB value is (82,90,116). Sum of RGB (Red+Green+Blue) = 82+90+116=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #525A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A74 is #ADA58B. Grayscale: #5A5A5A. Windows color (decimal): -11380108 or 7625298. OLE color: 7625298.
HSL color Cylindrical-coordinate representation of color #525A74: hue angle of 225.88º 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 #525A74 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 90 | 116 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.55 |
| HSL | 225.88º | 0.17% | 0.39% | - |
| HSV(B) | 225.88º | 0.29% | 0.45% | - |
| XYZ | 10.29 | 10.37 | 17.98 | - |
| YUV | 90.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 116 | 0.29 | 0.22 | 0 | 0.55 | 225.88 | 0.17 | 0.39 |
| Hex | 52 | 5A | 74 | 1D | 16 | 0 | 37 | E2 | 11 | 27 |
| Octal | 122 | 132 | 164 | 35 | 26 | 0 | 67 | 342 | 21 | 47 |
| Binary | 1010010 | 1011010 | 1110100 | 11101 | 10110 | 0 | 110111 | 11100010 | 10001 | 100111 |
Color Harmonies of #525A74
Complementary color
Monochromatic Colors of #525A74
Black with #525A74
Text Example
Text Example
White with #525A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A74; }
p { color: rgb(82,90,116); }
H1.HeaderClassName
{
color: #525A74;
}
.AnyTagClassName
{
color: #525A74;
}
</style>
background-color css
<style>
a { background-color: #525A74; }
a { background-color: rgb(82,90,116); }
div.DivClassName
{
background-color: #525A74;
}
.BgClassName
{
background-color: #525A74;
}
</style>
border-color css
<style>
span { border-color: #525A74; }
span { border-color: rgb(82,90,116); }
td.TdClassName
{
border-color: #525A74;
}
.TagClassName
{
border-color: #525A74;
}
</style>