Shades of Chambray #525C83
Tints of Chambray #525C83
RGB
CMYK
RGB Variations
Color information
#525C83 (or 0x525C83) is known color: Chambray. HEX triplet: 52, 5C and 83. RGB value is (82,92,131). Sum of RGB (Red+Green+Blue) = 82+92+131=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #525C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C83 is #ADA37C. Grayscale: #5D5D5D. Windows color (decimal): -11379581 or 8608850. OLE color: 8608850.
HSL color Cylindrical-coordinate representation of color #525C83: hue angle of 227.76º 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 #525C83 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 92 | 131 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.49 |
| HSL | 227.76º | 0.23% | 0.42% | - |
| HSV(B) | 227.76º | 0.37% | 0.51% | - |
| XYZ | 11.4 | 11.09 | 23.01 | - |
| YUV | 93.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 131 | 0.37 | 0.30 | 0 | 0.49 | 227.76 | 0.23 | 0.42 |
| Hex | 52 | 5C | 83 | 25 | 1E | 0 | 31 | E4 | 17 | 2A |
| Octal | 122 | 134 | 203 | 45 | 36 | 0 | 61 | 344 | 27 | 52 |
| Binary | 1010010 | 1011100 | 10000011 | 100101 | 11110 | 0 | 110001 | 11100100 | 10111 | 101010 |
Color Harmonies of #525C83
Complementary color
Monochromatic Colors of #525C83
Black with #525C83
Text Example
Text Example
White with #525C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C83; }
p { color: rgb(82,92,131); }
H1.HeaderClassName
{
color: #525C83;
}
.AnyTagClassName
{
color: #525C83;
}
</style>
background-color css
<style>
a { background-color: #525C83; }
a { background-color: rgb(82,92,131); }
div.DivClassName
{
background-color: #525C83;
}
.BgClassName
{
background-color: #525C83;
}
</style>
border-color css
<style>
span { border-color: #525C83; }
span { border-color: rgb(82,92,131); }
td.TdClassName
{
border-color: #525C83;
}
.TagClassName
{
border-color: #525C83;
}
</style>