Shades of Chambray #525982
Tints of Chambray #525982
RGB
CMYK
RGB Variations
Color information
#525982 (or 0x525982) is known color: Chambray. HEX triplet: 52, 59 and 82. RGB value is (82,89,130). Sum of RGB (Red+Green+Blue) = 82+89+130=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #525982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525982 is #ADA67D. Grayscale: #5B5B5B. Windows color (decimal): -11380350 or 8542546. OLE color: 8542546.
HSL color Cylindrical-coordinate representation of color #525982: hue angle of 231.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525982 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 89 | 130 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.49 |
| HSL | 231.25º | 0.23% | 0.42% | - |
| HSV(B) | 231.25º | 0.37% | 0.51% | - |
| XYZ | 11.08 | 10.55 | 22.57 | - |
| YUV | 91.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 130 | 0.37 | 0.32 | 0 | 0.49 | 231.25 | 0.23 | 0.42 |
| Hex | 52 | 59 | 82 | 25 | 20 | 0 | 31 | E7 | 17 | 2A |
| Octal | 122 | 131 | 202 | 45 | 40 | 0 | 61 | 347 | 27 | 52 |
| Binary | 1010010 | 1011001 | 10000010 | 100101 | 100000 | 0 | 110001 | 11100111 | 10111 | 101010 |
Color Harmonies of #525982
Complementary color
Monochromatic Colors of #525982
Black with #525982
Text Example
Text Example
White with #525982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525982; }
p { color: rgb(82,89,130); }
H1.HeaderClassName
{
color: #525982;
}
.AnyTagClassName
{
color: #525982;
}
</style>
background-color css
<style>
a { background-color: #525982; }
a { background-color: rgb(82,89,130); }
div.DivClassName
{
background-color: #525982;
}
.BgClassName
{
background-color: #525982;
}
</style>
border-color css
<style>
span { border-color: #525982; }
span { border-color: rgb(82,89,130); }
td.TdClassName
{
border-color: #525982;
}
.TagClassName
{
border-color: #525982;
}
</style>