Shades of Chambray #525E7D
Tints of Chambray #525E7D
RGB
CMYK
RGB Variations
Color information
#525E7D (or 0x525E7D) is known color: Chambray. HEX triplet: 52, 5E and 7D. RGB value is (82,94,125). Sum of RGB (Red+Green+Blue) = 82+94+125=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #525E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7D is #ADA182. Grayscale: #5D5D5D. Windows color (decimal): -11379075 or 8216146. OLE color: 8216146.
HSL color Cylindrical-coordinate representation of color #525E7D: hue angle of 223.26º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525E7D is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 94 | 125 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.51 |
| HSL | 223.26º | 0.21% | 0.41% | - |
| HSV(B) | 223.26º | 0.34% | 0.49% | - |
| XYZ | 11.18 | 11.28 | 20.99 | - |
| YUV | 93.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 125 | 0.34 | 0.25 | 0 | 0.51 | 223.26 | 0.21 | 0.41 |
| Hex | 52 | 5E | 7D | 22 | 19 | 0 | 33 | DF | 15 | 29 |
| Octal | 122 | 136 | 175 | 42 | 31 | 0 | 63 | 337 | 25 | 51 |
| Binary | 1010010 | 1011110 | 1111101 | 100010 | 11001 | 0 | 110011 | 11011111 | 10101 | 101001 |
Color Harmonies of #525E7D
Complementary color
Monochromatic Colors of #525E7D
Black with #525E7D
Text Example
Text Example
White with #525E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E7D; }
p { color: rgb(82,94,125); }
H1.HeaderClassName
{
color: #525E7D;
}
.AnyTagClassName
{
color: #525E7D;
}
</style>
background-color css
<style>
a { background-color: #525E7D; }
a { background-color: rgb(82,94,125); }
div.DivClassName
{
background-color: #525E7D;
}
.BgClassName
{
background-color: #525E7D;
}
</style>
border-color css
<style>
span { border-color: #525E7D; }
span { border-color: rgb(82,94,125); }
td.TdClassName
{
border-color: #525E7D;
}
.TagClassName
{
border-color: #525E7D;
}
</style>