Shades of Chambray #525F80
Tints of Chambray #525F80
RGB
CMYK
RGB Variations
Color information
#525F80 (or 0x525F80) is known color: Chambray. HEX triplet: 52, 5F and 80. RGB value is (82,95,128). Sum of RGB (Red+Green+Blue) = 82+95+128=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #525F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F80 is #ADA07F. Grayscale: #5E5E5E. Windows color (decimal): -11378816 or 8413010. OLE color: 8413010.
HSL color Cylindrical-coordinate representation of color #525F80: hue angle of 223.04º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525F80 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 95 | 128 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.50 |
| HSL | 223.04º | 0.22% | 0.41% | - |
| HSV(B) | 223.04º | 0.36% | 0.5% | - |
| XYZ | 11.47 | 11.54 | 22.04 | - |
| YUV | 94.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 128 | 0.36 | 0.26 | 0 | 0.50 | 223.04 | 0.22 | 0.41 |
| Hex | 52 | 5F | 80 | 24 | 1A | 0 | 32 | DF | 16 | 29 |
| Octal | 122 | 137 | 200 | 44 | 32 | 0 | 62 | 337 | 26 | 51 |
| Binary | 1010010 | 1011111 | 10000000 | 100100 | 11010 | 0 | 110010 | 11011111 | 10110 | 101001 |
Color Harmonies of #525F80
Complementary color
Monochromatic Colors of #525F80
Black with #525F80
Text Example
Text Example
White with #525F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F80; }
p { color: rgb(82,95,128); }
H1.HeaderClassName
{
color: #525F80;
}
.AnyTagClassName
{
color: #525F80;
}
</style>
background-color css
<style>
a { background-color: #525F80; }
a { background-color: rgb(82,95,128); }
div.DivClassName
{
background-color: #525F80;
}
.BgClassName
{
background-color: #525F80;
}
</style>
border-color css
<style>
span { border-color: #525F80; }
span { border-color: rgb(82,95,128); }
td.TdClassName
{
border-color: #525F80;
}
.TagClassName
{
border-color: #525F80;
}
</style>