Shades of Chambray #59627D
Tints of Chambray #59627D
RGB
CMYK
RGB Variations
Color information
#59627D (or 0x59627D) is known color: Chambray. HEX triplet: 59, 62 and 7D. RGB value is (89,98,125). Sum of RGB (Red+Green+Blue) = 89+98+125=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #59627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59627D is #A69D82. Grayscale: #626262. Windows color (decimal): -10919299 or 8217177. OLE color: 8217177.
HSL color Cylindrical-coordinate representation of color #59627D: hue angle of 225º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59627D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 98 | 125 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.51 |
| HSL | 225º | 0.17% | 0.42% | - |
| HSV(B) | 225º | 0.29% | 0.49% | - |
| XYZ | 12.19 | 12.34 | 21.14 | - |
| YUV | 98.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 125 | 0.29 | 0.22 | 0 | 0.51 | 225 | 0.17 | 0.42 |
| Hex | 59 | 62 | 7D | 1D | 16 | 0 | 33 | E1 | 11 | 2A |
| Octal | 131 | 142 | 175 | 35 | 26 | 0 | 63 | 341 | 21 | 52 |
| Binary | 1011001 | 1100010 | 1111101 | 11101 | 10110 | 0 | 110011 | 11100001 | 10001 | 101010 |
Color Harmonies of #59627D
Complementary color
Monochromatic Colors of #59627D
Black with #59627D
Text Example
Text Example
White with #59627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59627D; }
p { color: rgb(89,98,125); }
H1.HeaderClassName
{
color: #59627D;
}
.AnyTagClassName
{
color: #59627D;
}
</style>
background-color css
<style>
a { background-color: #59627D; }
a { background-color: rgb(89,98,125); }
div.DivClassName
{
background-color: #59627D;
}
.BgClassName
{
background-color: #59627D;
}
</style>
border-color css
<style>
span { border-color: #59627D; }
span { border-color: rgb(89,98,125); }
td.TdClassName
{
border-color: #59627D;
}
.TagClassName
{
border-color: #59627D;
}
</style>