Shades of Chambray #525C85
Tints of Chambray #525C85
RGB
CMYK
RGB Variations
Color information
#525C85 (or 0x525C85) is known color: Chambray. HEX triplet: 52, 5C and 85. RGB value is (82,92,133). Sum of RGB (Red+Green+Blue) = 82+92+133=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #525C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525C85 is #ADA37A. Grayscale: #5D5D5D. Windows color (decimal): -11379579 or 8739922. OLE color: 8739922.
HSL color Cylindrical-coordinate representation of color #525C85: hue angle of 228.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525C85 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 92 | 133 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.48 |
| HSL | 228.24º | 0.24% | 0.42% | - |
| HSV(B) | 228.24º | 0.38% | 0.52% | - |
| XYZ | 11.54 | 11.14 | 23.73 | - |
| YUV | 93.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 133 | 0.38 | 0.31 | 0 | 0.48 | 228.24 | 0.24 | 0.42 |
| Hex | 52 | 5C | 85 | 26 | 1F | 0 | 30 | E4 | 18 | 2A |
| Octal | 122 | 134 | 205 | 46 | 37 | 0 | 60 | 344 | 30 | 52 |
| Binary | 1010010 | 1011100 | 10000101 | 100110 | 11111 | 0 | 110000 | 11100100 | 11000 | 101010 |
Color Harmonies of #525C85
Complementary color
Monochromatic Colors of #525C85
Black with #525C85
Text Example
Text Example
White with #525C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C85; }
p { color: rgb(82,92,133); }
H1.HeaderClassName
{
color: #525C85;
}
.AnyTagClassName
{
color: #525C85;
}
</style>
background-color css
<style>
a { background-color: #525C85; }
a { background-color: rgb(82,92,133); }
div.DivClassName
{
background-color: #525C85;
}
.BgClassName
{
background-color: #525C85;
}
</style>
border-color css
<style>
span { border-color: #525C85; }
span { border-color: rgb(82,92,133); }
td.TdClassName
{
border-color: #525C85;
}
.TagClassName
{
border-color: #525C85;
}
</style>