Shades of Chambray #525A7F
Tints of Chambray #525A7F
RGB
CMYK
RGB Variations
Color information
#525A7F (or 0x525A7F) is known color: Chambray. HEX triplet: 52, 5A and 7F. RGB value is (82,90,127). Sum of RGB (Red+Green+Blue) = 82+90+127=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #525A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A7F is #ADA580. Grayscale: #5B5B5B. Windows color (decimal): -11380097 or 8346194. OLE color: 8346194.
HSL color Cylindrical-coordinate representation of color #525A7F: hue angle of 229.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #525A7F is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 90 | 127 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.50 |
| HSL | 229.33º | 0.22% | 0.41% | - |
| HSV(B) | 229.33º | 0.35% | 0.5% | - |
| XYZ | 10.97 | 10.64 | 21.55 | - |
| YUV | 91.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 127 | 0.35 | 0.29 | 0 | 0.50 | 229.33 | 0.22 | 0.41 |
| Hex | 52 | 5A | 7F | 23 | 1D | 0 | 32 | E5 | 16 | 29 |
| Octal | 122 | 132 | 177 | 43 | 35 | 0 | 62 | 345 | 26 | 51 |
| Binary | 1010010 | 1011010 | 1111111 | 100011 | 11101 | 0 | 110010 | 11100101 | 10110 | 101001 |
Color Harmonies of #525A7F
Complementary color
Monochromatic Colors of #525A7F
Black with #525A7F
Text Example
Text Example
White with #525A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A7F; }
p { color: rgb(82,90,127); }
H1.HeaderClassName
{
color: #525A7F;
}
.AnyTagClassName
{
color: #525A7F;
}
</style>
background-color css
<style>
a { background-color: #525A7F; }
a { background-color: rgb(82,90,127); }
div.DivClassName
{
background-color: #525A7F;
}
.BgClassName
{
background-color: #525A7F;
}
</style>
border-color css
<style>
span { border-color: #525A7F; }
span { border-color: rgb(82,90,127); }
td.TdClassName
{
border-color: #525A7F;
}
.TagClassName
{
border-color: #525A7F;
}
</style>