Shades of Chambray #525E86
Tints of Chambray #525E86
RGB
CMYK
RGB Variations
Color information
#525E86 (or 0x525E86) is known color: Chambray. HEX triplet: 52, 5E and 86. RGB value is (82,94,134). Sum of RGB (Red+Green+Blue) = 82+94+134=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #525E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E86 is #ADA179. Grayscale: #5E5E5E. Windows color (decimal): -11379066 or 8805970. OLE color: 8805970.
HSL color Cylindrical-coordinate representation of color #525E86: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525E86 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 94 | 134 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.47 |
| HSL | 226.15º | 0.24% | 0.42% | - |
| HSV(B) | 226.15º | 0.39% | 0.53% | - |
| XYZ | 11.79 | 11.52 | 24.16 | - |
| YUV | 94.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 134 | 0.39 | 0.30 | 0 | 0.47 | 226.15 | 0.24 | 0.42 |
| Hex | 52 | 5E | 86 | 27 | 1E | 0 | 2F | E2 | 18 | 2A |
| Octal | 122 | 136 | 206 | 47 | 36 | 0 | 57 | 342 | 30 | 52 |
| Binary | 1010010 | 1011110 | 10000110 | 100111 | 11110 | 0 | 101111 | 11100010 | 11000 | 101010 |
Color Harmonies of #525E86
Complementary color
Monochromatic Colors of #525E86
Black with #525E86
Text Example
Text Example
White with #525E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E86; }
p { color: rgb(82,94,134); }
H1.HeaderClassName
{
color: #525E86;
}
.AnyTagClassName
{
color: #525E86;
}
</style>
background-color css
<style>
a { background-color: #525E86; }
a { background-color: rgb(82,94,134); }
div.DivClassName
{
background-color: #525E86;
}
.BgClassName
{
background-color: #525E86;
}
</style>
border-color css
<style>
span { border-color: #525E86; }
span { border-color: rgb(82,94,134); }
td.TdClassName
{
border-color: #525E86;
}
.TagClassName
{
border-color: #525E86;
}
</style>