Shades of Chambray #525A7E
Tints of Chambray #525A7E
RGB
CMYK
RGB Variations
Color information
#525A7E (or 0x525A7E) is known color: Chambray. HEX triplet: 52, 5A and 7E. RGB value is (82,90,126). Sum of RGB (Red+Green+Blue) = 82+90+126=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #525A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A7E is #ADA581. Grayscale: #5B5B5B. Windows color (decimal): -11380098 or 8280658. OLE color: 8280658.
HSL color Cylindrical-coordinate representation of color #525A7E: hue angle of 229.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525A7E is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 90 | 126 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.51 |
| HSL | 229.09º | 0.21% | 0.41% | - |
| HSV(B) | 229.09º | 0.35% | 0.49% | - |
| XYZ | 10.9 | 10.61 | 21.21 | - |
| YUV | 91.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 126 | 0.35 | 0.29 | 0 | 0.51 | 229.09 | 0.21 | 0.41 |
| Hex | 52 | 5A | 7E | 23 | 1D | 0 | 33 | E5 | 15 | 29 |
| Octal | 122 | 132 | 176 | 43 | 35 | 0 | 63 | 345 | 25 | 51 |
| Binary | 1010010 | 1011010 | 1111110 | 100011 | 11101 | 0 | 110011 | 11100101 | 10101 | 101001 |
Color Harmonies of #525A7E
Complementary color
Monochromatic Colors of #525A7E
Black with #525A7E
Text Example
Text Example
White with #525A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A7E; }
p { color: rgb(82,90,126); }
H1.HeaderClassName
{
color: #525A7E;
}
.AnyTagClassName
{
color: #525A7E;
}
</style>
background-color css
<style>
a { background-color: #525A7E; }
a { background-color: rgb(82,90,126); }
div.DivClassName
{
background-color: #525A7E;
}
.BgClassName
{
background-color: #525A7E;
}
</style>
border-color css
<style>
span { border-color: #525A7E; }
span { border-color: rgb(82,90,126); }
td.TdClassName
{
border-color: #525A7E;
}
.TagClassName
{
border-color: #525A7E;
}
</style>