Shades of Chambray #53587C
Tints of Chambray #53587C
RGB
CMYK
RGB Variations
Color information
#53587C (or 0x53587C) is known color: Chambray. HEX triplet: 53, 58 and 7C. RGB value is (83,88,124). Sum of RGB (Red+Green+Blue) = 83+88+124=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #53587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53587C is #ACA783. Grayscale: #5A5A5A. Windows color (decimal): -11315076 or 8149075. OLE color: 8149075.
HSL color Cylindrical-coordinate representation of color #53587C: hue angle of 232.68º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53587C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 88 | 124 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.51 |
| HSL | 232.68º | 0.2% | 0.41% | - |
| HSV(B) | 232.68º | 0.33% | 0.49% | - |
| XYZ | 10.7 | 10.27 | 20.49 | - |
| YUV | 90.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 124 | 0.33 | 0.29 | 0 | 0.51 | 232.68 | 0.2 | 0.41 |
| Hex | 53 | 58 | 7C | 21 | 1D | 0 | 33 | E9 | 14 | 29 |
| Octal | 123 | 130 | 174 | 41 | 35 | 0 | 63 | 351 | 24 | 51 |
| Binary | 1010011 | 1011000 | 1111100 | 100001 | 11101 | 0 | 110011 | 11101001 | 10100 | 101001 |
Color Harmonies of #53587C
Complementary color
Monochromatic Colors of #53587C
Black with #53587C
Text Example
Text Example
White with #53587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53587C; }
p { color: rgb(83,88,124); }
H1.HeaderClassName
{
color: #53587C;
}
.AnyTagClassName
{
color: #53587C;
}
</style>
background-color css
<style>
a { background-color: #53587C; }
a { background-color: rgb(83,88,124); }
div.DivClassName
{
background-color: #53587C;
}
.BgClassName
{
background-color: #53587C;
}
</style>
border-color css
<style>
span { border-color: #53587C; }
span { border-color: rgb(83,88,124); }
td.TdClassName
{
border-color: #53587C;
}
.TagClassName
{
border-color: #53587C;
}
</style>