Shades of Chambray #52587F
Tints of Chambray #52587F
RGB
CMYK
RGB Variations
Color information
#52587F (or 0x52587F) is known color: Chambray. HEX triplet: 52, 58 and 7F. RGB value is (82,88,127). Sum of RGB (Red+Green+Blue) = 82+88+127=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #52587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52587F is #ADA780. Grayscale: #5A5A5A. Windows color (decimal): -11380609 or 8345682. OLE color: 8345682.
HSL color Cylindrical-coordinate representation of color #52587F: hue angle of 232º 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 #52587F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 88 | 127 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.50 |
| HSL | 232º | 0.22% | 0.41% | - |
| HSV(B) | 232º | 0.35% | 0.5% | - |
| XYZ | 10.8 | 10.31 | 21.5 | - |
| YUV | 90.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 127 | 0.35 | 0.31 | 0 | 0.50 | 232 | 0.22 | 0.41 |
| Hex | 52 | 58 | 7F | 23 | 1F | 0 | 32 | E8 | 16 | 29 |
| Octal | 122 | 130 | 177 | 43 | 37 | 0 | 62 | 350 | 26 | 51 |
| Binary | 1010010 | 1011000 | 1111111 | 100011 | 11111 | 0 | 110010 | 11101000 | 10110 | 101001 |
Color Harmonies of #52587F
Complementary color
Monochromatic Colors of #52587F
Black with #52587F
Text Example
Text Example
White with #52587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52587F; }
p { color: rgb(82,88,127); }
H1.HeaderClassName
{
color: #52587F;
}
.AnyTagClassName
{
color: #52587F;
}
</style>
background-color css
<style>
a { background-color: #52587F; }
a { background-color: rgb(82,88,127); }
div.DivClassName
{
background-color: #52587F;
}
.BgClassName
{
background-color: #52587F;
}
</style>
border-color css
<style>
span { border-color: #52587F; }
span { border-color: rgb(82,88,127); }
td.TdClassName
{
border-color: #52587F;
}
.TagClassName
{
border-color: #52587F;
}
</style>