Shades of Chetwode Blue #596EC0
Tints of Chetwode Blue #596EC0
RGB
CMYK
RGB Variations
Color information
#596EC0 (or 0x596EC0) is known color: Chetwode Blue. HEX triplet: 59, 6E and C0. RGB value is (89,110,192). Sum of RGB (Red+Green+Blue) = 89+110+192=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #596EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC0 is #A6913F. Grayscale: #707070. Windows color (decimal): -10916160 or 12611161. OLE color: 12611161.
HSL color Cylindrical-coordinate representation of color #596EC0: hue angle of 227.77º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596EC0 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 110 | 192 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.25 |
| HSL | 227.77º | 0.45% | 0.55% | - |
| HSV(B) | 227.77º | 0.54% | 0.75% | - |
| XYZ | 19.21 | 17.08 | 52.15 | - |
| YUV | 113.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 192 | 0.54 | 0.43 | 0 | 0.25 | 227.77 | 0.45 | 0.55 |
| Hex | 59 | 6E | C0 | 36 | 2B | 0 | 19 | E4 | 2D | 37 |
| Octal | 131 | 156 | 300 | 66 | 53 | 0 | 31 | 344 | 55 | 67 |
| Binary | 1011001 | 1101110 | 11000000 | 110110 | 101011 | 0 | 11001 | 11100100 | 101101 | 110111 |
Color Harmonies of #596EC0
Complementary color
Monochromatic Colors of #596EC0
Black with #596EC0
Text Example
Text Example
White with #596EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596EC0; }
p { color: rgb(89,110,192); }
H1.HeaderClassName
{
color: #596EC0;
}
.AnyTagClassName
{
color: #596EC0;
}
</style>
background-color css
<style>
a { background-color: #596EC0; }
a { background-color: rgb(89,110,192); }
div.DivClassName
{
background-color: #596EC0;
}
.BgClassName
{
background-color: #596EC0;
}
</style>
border-color css
<style>
span { border-color: #596EC0; }
span { border-color: rgb(89,110,192); }
td.TdClassName
{
border-color: #596EC0;
}
.TagClassName
{
border-color: #596EC0;
}
</style>