Shades of Chambray #525F78
Tints of Chambray #525F78
RGB
CMYK
RGB Variations
Color information
#525F78 (or 0x525F78) is known color: Chambray. HEX triplet: 52, 5F and 78. RGB value is (82,95,120). Sum of RGB (Red+Green+Blue) = 82+95+120=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #525F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F78 is #ADA087. Grayscale: #5D5D5D. Windows color (decimal): -11378824 or 7888722. OLE color: 7888722.
HSL color Cylindrical-coordinate representation of color #525F78: hue angle of 219.47º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525F78 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 95 | 120 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.53 |
| HSL | 219.47º | 0.19% | 0.4% | - |
| HSV(B) | 219.47º | 0.32% | 0.47% | - |
| XYZ | 10.96 | 11.33 | 19.38 | - |
| YUV | 93.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 120 | 0.32 | 0.21 | 0 | 0.53 | 219.47 | 0.19 | 0.4 |
| Hex | 52 | 5F | 78 | 20 | 15 | 0 | 35 | DB | 13 | 28 |
| Octal | 122 | 137 | 170 | 40 | 25 | 0 | 65 | 333 | 23 | 50 |
| Binary | 1010010 | 1011111 | 1111000 | 100000 | 10101 | 0 | 110101 | 11011011 | 10011 | 101000 |
Color Harmonies of #525F78
Complementary color
Monochromatic Colors of #525F78
Black with #525F78
Text Example
Text Example
White with #525F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F78; }
p { color: rgb(82,95,120); }
H1.HeaderClassName
{
color: #525F78;
}
.AnyTagClassName
{
color: #525F78;
}
</style>
background-color css
<style>
a { background-color: #525F78; }
a { background-color: rgb(82,95,120); }
div.DivClassName
{
background-color: #525F78;
}
.BgClassName
{
background-color: #525F78;
}
</style>
border-color css
<style>
span { border-color: #525F78; }
span { border-color: rgb(82,95,120); }
td.TdClassName
{
border-color: #525F78;
}
.TagClassName
{
border-color: #525F78;
}
</style>