Shades of Chambray #525E6E
Tints of Chambray #525E6E
RGB
CMYK
RGB Variations
Color information
#525E6E (or 0x525E6E) is known color: Chambray. HEX triplet: 52, 5E and 6E. RGB value is (82,94,110). Sum of RGB (Red+Green+Blue) = 82+94+110=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #525E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E6E is #ADA191. Grayscale: #5C5C5C. Windows color (decimal): -11379090 or 7233106. OLE color: 7233106.
HSL color Cylindrical-coordinate representation of color #525E6E: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525E6E is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 94 | 110 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.57 |
| HSL | 214.29º | 0.15% | 0.38% | - |
| HSV(B) | 214.29º | 0.25% | 0.43% | - |
| XYZ | 10.3 | 10.93 | 16.32 | - |
| YUV | 92.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 110 | 0.25 | 0.15 | 0 | 0.57 | 214.29 | 0.15 | 0.38 |
| Hex | 52 | 5E | 6E | 19 | F | 0 | 39 | D6 | F | 26 |
| Octal | 122 | 136 | 156 | 31 | 17 | 0 | 71 | 326 | 17 | 46 |
| Binary | 1010010 | 1011110 | 1101110 | 11001 | 1111 | 0 | 111001 | 11010110 | 1111 | 100110 |
Color Harmonies of #525E6E
Complementary color
Monochromatic Colors of #525E6E
Black with #525E6E
Text Example
Text Example
White with #525E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E6E; }
p { color: rgb(82,94,110); }
H1.HeaderClassName
{
color: #525E6E;
}
.AnyTagClassName
{
color: #525E6E;
}
</style>
background-color css
<style>
a { background-color: #525E6E; }
a { background-color: rgb(82,94,110); }
div.DivClassName
{
background-color: #525E6E;
}
.BgClassName
{
background-color: #525E6E;
}
</style>
border-color css
<style>
span { border-color: #525E6E; }
span { border-color: rgb(82,94,110); }
td.TdClassName
{
border-color: #525E6E;
}
.TagClassName
{
border-color: #525E6E;
}
</style>