Shades of Chambray #525B85
Tints of Chambray #525B85
RGB
CMYK
RGB Variations
Color information
#525B85 (or 0x525B85) is known color: Chambray. HEX triplet: 52, 5B and 85. RGB value is (82,91,133). Sum of RGB (Red+Green+Blue) = 82+91+133=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #525B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B85 is #ADA47A. Grayscale: #5C5C5C. Windows color (decimal): -11379835 or 8739666. OLE color: 8739666.
HSL color Cylindrical-coordinate representation of color #525B85: hue angle of 229.41º 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 #525B85 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 91 | 133 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.48 |
| HSL | 229.41º | 0.24% | 0.42% | - |
| HSV(B) | 229.41º | 0.38% | 0.52% | - |
| XYZ | 11.45 | 10.97 | 23.7 | - |
| YUV | 93.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 133 | 0.38 | 0.32 | 0 | 0.48 | 229.41 | 0.24 | 0.42 |
| Hex | 52 | 5B | 85 | 26 | 20 | 0 | 30 | E5 | 18 | 2A |
| Octal | 122 | 133 | 205 | 46 | 40 | 0 | 60 | 345 | 30 | 52 |
| Binary | 1010010 | 1011011 | 10000101 | 100110 | 100000 | 0 | 110000 | 11100101 | 11000 | 101010 |
Color Harmonies of #525B85
Complementary color
Monochromatic Colors of #525B85
Black with #525B85
Text Example
Text Example
White with #525B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B85; }
p { color: rgb(82,91,133); }
H1.HeaderClassName
{
color: #525B85;
}
.AnyTagClassName
{
color: #525B85;
}
</style>
background-color css
<style>
a { background-color: #525B85; }
a { background-color: rgb(82,91,133); }
div.DivClassName
{
background-color: #525B85;
}
.BgClassName
{
background-color: #525B85;
}
</style>
border-color css
<style>
span { border-color: #525B85; }
span { border-color: rgb(82,91,133); }
td.TdClassName
{
border-color: #525B85;
}
.TagClassName
{
border-color: #525B85;
}
</style>