Shades of Chambray #525F84
Tints of Chambray #525F84
RGB
CMYK
RGB Variations
Color information
#525F84 (or 0x525F84) is known color: Chambray. HEX triplet: 52, 5F and 84. RGB value is (82,95,132). Sum of RGB (Red+Green+Blue) = 82+95+132=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #525F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F84 is #ADA07B. Grayscale: #5F5F5F. Windows color (decimal): -11378812 or 8675154. OLE color: 8675154.
HSL color Cylindrical-coordinate representation of color #525F84: hue angle of 224.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525F84 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 95 | 132 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.48 |
| HSL | 224.4º | 0.23% | 0.42% | - |
| HSV(B) | 224.4º | 0.38% | 0.52% | - |
| XYZ | 11.74 | 11.64 | 23.46 | - |
| YUV | 95.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 132 | 0.38 | 0.28 | 0 | 0.48 | 224.4 | 0.23 | 0.42 |
| Hex | 52 | 5F | 84 | 26 | 1C | 0 | 30 | E0 | 17 | 2A |
| Octal | 122 | 137 | 204 | 46 | 34 | 0 | 60 | 340 | 27 | 52 |
| Binary | 1010010 | 1011111 | 10000100 | 100110 | 11100 | 0 | 110000 | 11100000 | 10111 | 101010 |
Color Harmonies of #525F84
Complementary color
Monochromatic Colors of #525F84
Black with #525F84
Text Example
Text Example
White with #525F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F84; }
p { color: rgb(82,95,132); }
H1.HeaderClassName
{
color: #525F84;
}
.AnyTagClassName
{
color: #525F84;
}
</style>
background-color css
<style>
a { background-color: #525F84; }
a { background-color: rgb(82,95,132); }
div.DivClassName
{
background-color: #525F84;
}
.BgClassName
{
background-color: #525F84;
}
</style>
border-color css
<style>
span { border-color: #525F84; }
span { border-color: rgb(82,95,132); }
td.TdClassName
{
border-color: #525F84;
}
.TagClassName
{
border-color: #525F84;
}
</style>