Shades of Chambray #525F77
Tints of Chambray #525F77
RGB
CMYK
RGB Variations
Color information
#525F77 (or 0x525F77) is known color: Chambray. HEX triplet: 52, 5F and 77. RGB value is (82,95,119). Sum of RGB (Red+Green+Blue) = 82+95+119=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #525F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F77 is #ADA088. Grayscale: #5D5D5D. Windows color (decimal): -11378825 or 7823186. OLE color: 7823186.
HSL color Cylindrical-coordinate representation of color #525F77: hue angle of 218.92º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525F77 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 95 | 119 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.53 |
| HSL | 218.92º | 0.18% | 0.39% | - |
| HSV(B) | 218.92º | 0.31% | 0.47% | - |
| XYZ | 10.9 | 11.31 | 19.06 | - |
| YUV | 93.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 119 | 0.31 | 0.20 | 0 | 0.53 | 218.92 | 0.18 | 0.39 |
| Hex | 52 | 5F | 77 | 1F | 14 | 0 | 35 | DB | 12 | 27 |
| Octal | 122 | 137 | 167 | 37 | 24 | 0 | 65 | 333 | 22 | 47 |
| Binary | 1010010 | 1011111 | 1110111 | 11111 | 10100 | 0 | 110101 | 11011011 | 10010 | 100111 |
Color Harmonies of #525F77
Complementary color
Monochromatic Colors of #525F77
Black with #525F77
Text Example
Text Example
White with #525F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F77; }
p { color: rgb(82,95,119); }
H1.HeaderClassName
{
color: #525F77;
}
.AnyTagClassName
{
color: #525F77;
}
</style>
background-color css
<style>
a { background-color: #525F77; }
a { background-color: rgb(82,95,119); }
div.DivClassName
{
background-color: #525F77;
}
.BgClassName
{
background-color: #525F77;
}
</style>
border-color css
<style>
span { border-color: #525F77; }
span { border-color: rgb(82,95,119); }
td.TdClassName
{
border-color: #525F77;
}
.TagClassName
{
border-color: #525F77;
}
</style>