Shades of Chambray #525E7B
Tints of Chambray #525E7B
RGB
CMYK
RGB Variations
Color information
#525E7B (or 0x525E7B) is known color: Chambray. HEX triplet: 52, 5E and 7B. RGB value is (82,94,123). Sum of RGB (Red+Green+Blue) = 82+94+123=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #525E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E7B is #ADA184. Grayscale: #5D5D5D. Windows color (decimal): -11379077 or 8085074. OLE color: 8085074.
HSL color Cylindrical-coordinate representation of color #525E7B: hue angle of 222.44º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #525E7B is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 94 | 123 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.52 |
| HSL | 222.44º | 0.2% | 0.4% | - |
| HSV(B) | 222.44º | 0.33% | 0.48% | - |
| XYZ | 11.06 | 11.23 | 20.32 | - |
| YUV | 93.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 123 | 0.33 | 0.24 | 0 | 0.52 | 222.44 | 0.2 | 0.4 |
| Hex | 52 | 5E | 7B | 21 | 18 | 0 | 34 | DE | 14 | 28 |
| Octal | 122 | 136 | 173 | 41 | 30 | 0 | 64 | 336 | 24 | 50 |
| Binary | 1010010 | 1011110 | 1111011 | 100001 | 11000 | 0 | 110100 | 11011110 | 10100 | 101000 |
Color Harmonies of #525E7B
Complementary color
Monochromatic Colors of #525E7B
Black with #525E7B
Text Example
Text Example
White with #525E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E7B; }
p { color: rgb(82,94,123); }
H1.HeaderClassName
{
color: #525E7B;
}
.AnyTagClassName
{
color: #525E7B;
}
</style>
background-color css
<style>
a { background-color: #525E7B; }
a { background-color: rgb(82,94,123); }
div.DivClassName
{
background-color: #525E7B;
}
.BgClassName
{
background-color: #525E7B;
}
</style>
border-color css
<style>
span { border-color: #525E7B; }
span { border-color: rgb(82,94,123); }
td.TdClassName
{
border-color: #525E7B;
}
.TagClassName
{
border-color: #525E7B;
}
</style>