Shades of Chambray #525C86
Tints of Chambray #525C86
RGB
CMYK
RGB Variations
Color information
#525C86 (or 0x525C86) is known color: Chambray. HEX triplet: 52, 5C and 86. RGB value is (82,92,134). Sum of RGB (Red+Green+Blue) = 82+92+134=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #525C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C86 is #ADA379. Grayscale: #5D5D5D. Windows color (decimal): -11379578 or 8805458. OLE color: 8805458.
HSL color Cylindrical-coordinate representation of color #525C86: hue angle of 228.46º 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 #525C86 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 92 | 134 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.47 |
| HSL | 228.46º | 0.24% | 0.42% | - |
| HSV(B) | 228.46º | 0.39% | 0.53% | - |
| XYZ | 11.61 | 11.17 | 24.1 | - |
| YUV | 93.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 134 | 0.39 | 0.31 | 0 | 0.47 | 228.46 | 0.24 | 0.42 |
| Hex | 52 | 5C | 86 | 27 | 1F | 0 | 2F | E4 | 18 | 2A |
| Octal | 122 | 134 | 206 | 47 | 37 | 0 | 57 | 344 | 30 | 52 |
| Binary | 1010010 | 1011100 | 10000110 | 100111 | 11111 | 0 | 101111 | 11100100 | 11000 | 101010 |
Color Harmonies of #525C86
Complementary color
Monochromatic Colors of #525C86
Black with #525C86
Text Example
Text Example
White with #525C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C86; }
p { color: rgb(82,92,134); }
H1.HeaderClassName
{
color: #525C86;
}
.AnyTagClassName
{
color: #525C86;
}
</style>
background-color css
<style>
a { background-color: #525C86; }
a { background-color: rgb(82,92,134); }
div.DivClassName
{
background-color: #525C86;
}
.BgClassName
{
background-color: #525C86;
}
</style>
border-color css
<style>
span { border-color: #525C86; }
span { border-color: rgb(82,92,134); }
td.TdClassName
{
border-color: #525C86;
}
.TagClassName
{
border-color: #525C86;
}
</style>