Shades of Chambray #525C76
Tints of Chambray #525C76
RGB
CMYK
RGB Variations
Color information
#525C76 (or 0x525C76) is known color: Chambray. HEX triplet: 52, 5C and 76. RGB value is (82,92,118). Sum of RGB (Red+Green+Blue) = 82+92+118=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #525C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C76 is #ADA389. Grayscale: #5B5B5B. Windows color (decimal): -11379594 or 7756882. OLE color: 7756882.
HSL color Cylindrical-coordinate representation of color #525C76: hue angle of 223.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525C76 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 92 | 118 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.54 |
| HSL | 223.33º | 0.18% | 0.39% | - |
| HSV(B) | 223.33º | 0.31% | 0.46% | - |
| XYZ | 10.58 | 10.76 | 18.66 | - |
| YUV | 91.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 118 | 0.31 | 0.22 | 0 | 0.54 | 223.33 | 0.18 | 0.39 |
| Hex | 52 | 5C | 76 | 1F | 16 | 0 | 36 | DF | 12 | 27 |
| Octal | 122 | 134 | 166 | 37 | 26 | 0 | 66 | 337 | 22 | 47 |
| Binary | 1010010 | 1011100 | 1110110 | 11111 | 10110 | 0 | 110110 | 11011111 | 10010 | 100111 |
Color Harmonies of #525C76
Complementary color
Monochromatic Colors of #525C76
Black with #525C76
Text Example
Text Example
White with #525C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C76; }
p { color: rgb(82,92,118); }
H1.HeaderClassName
{
color: #525C76;
}
.AnyTagClassName
{
color: #525C76;
}
</style>
background-color css
<style>
a { background-color: #525C76; }
a { background-color: rgb(82,92,118); }
div.DivClassName
{
background-color: #525C76;
}
.BgClassName
{
background-color: #525C76;
}
</style>
border-color css
<style>
span { border-color: #525C76; }
span { border-color: rgb(82,92,118); }
td.TdClassName
{
border-color: #525C76;
}
.TagClassName
{
border-color: #525C76;
}
</style>