Shades of Chetwode Blue #596ECF
Tints of Chetwode Blue #596ECF
RGB
CMYK
RGB Variations
Color information
#596ECF (or 0x596ECF) is known color: Chetwode Blue. HEX triplet: 59, 6E and CF. RGB value is (89,110,207). Sum of RGB (Red+Green+Blue) = 89+110+207=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #596ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ECF is #A69130. Grayscale: #727272. Windows color (decimal): -10916145 or 13594201. OLE color: 13594201.
HSL color Cylindrical-coordinate representation of color #596ECF: hue angle of 229.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #596ECF is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 110 | 207 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.19 |
| HSL | 229.32º | 0.55% | 0.58% | - |
| HSV(B) | 229.32º | 0.57% | 0.81% | - |
| XYZ | 20.96 | 17.78 | 61.36 | - |
| YUV | 114.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 207 | 0.57 | 0.47 | 0 | 0.19 | 229.32 | 0.55 | 0.58 |
| Hex | 59 | 6E | CF | 39 | 2F | 0 | 13 | E5 | 37 | 3A |
| Octal | 131 | 156 | 317 | 71 | 57 | 0 | 23 | 345 | 67 | 72 |
| Binary | 1011001 | 1101110 | 11001111 | 111001 | 101111 | 0 | 10011 | 11100101 | 110111 | 111010 |
Color Harmonies of #596ECF
Complementary color
Monochromatic Colors of #596ECF
Black with #596ECF
Text Example
Text Example
White with #596ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596ECF; }
p { color: rgb(89,110,207); }
H1.HeaderClassName
{
color: #596ECF;
}
.AnyTagClassName
{
color: #596ECF;
}
</style>
background-color css
<style>
a { background-color: #596ECF; }
a { background-color: rgb(89,110,207); }
div.DivClassName
{
background-color: #596ECF;
}
.BgClassName
{
background-color: #596ECF;
}
</style>
border-color css
<style>
span { border-color: #596ECF; }
span { border-color: rgb(89,110,207); }
td.TdClassName
{
border-color: #596ECF;
}
.TagClassName
{
border-color: #596ECF;
}
</style>