Shades of Chambray #525E7C
Tints of Chambray #525E7C
RGB
CMYK
RGB Variations
Color information
#525E7C (or 0x525E7C) is known color: Chambray. HEX triplet: 52, 5E and 7C. RGB value is (82,94,124). Sum of RGB (Red+Green+Blue) = 82+94+124=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #525E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7C is #ADA183. Grayscale: #5D5D5D. Windows color (decimal): -11379076 or 8150610. OLE color: 8150610.
HSL color Cylindrical-coordinate representation of color #525E7C: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525E7C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 94 | 124 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.51 |
| HSL | 222.86º | 0.2% | 0.4% | - |
| HSV(B) | 222.86º | 0.34% | 0.49% | - |
| XYZ | 11.12 | 11.25 | 20.66 | - |
| YUV | 93.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 124 | 0.34 | 0.24 | 0 | 0.51 | 222.86 | 0.2 | 0.4 |
| Hex | 52 | 5E | 7C | 22 | 18 | 0 | 33 | DF | 14 | 28 |
| Octal | 122 | 136 | 174 | 42 | 30 | 0 | 63 | 337 | 24 | 50 |
| Binary | 1010010 | 1011110 | 1111100 | 100010 | 11000 | 0 | 110011 | 11011111 | 10100 | 101000 |
Color Harmonies of #525E7C
Complementary color
Monochromatic Colors of #525E7C
Black with #525E7C
Text Example
Text Example
White with #525E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E7C; }
p { color: rgb(82,94,124); }
H1.HeaderClassName
{
color: #525E7C;
}
.AnyTagClassName
{
color: #525E7C;
}
</style>
background-color css
<style>
a { background-color: #525E7C; }
a { background-color: rgb(82,94,124); }
div.DivClassName
{
background-color: #525E7C;
}
.BgClassName
{
background-color: #525E7C;
}
</style>
border-color css
<style>
span { border-color: #525E7C; }
span { border-color: rgb(82,94,124); }
td.TdClassName
{
border-color: #525E7C;
}
.TagClassName
{
border-color: #525E7C;
}
</style>