Shades of Chetwode Blue #596EC7
Tints of Chetwode Blue #596EC7
RGB
CMYK
RGB Variations
Color information
#596EC7 (or 0x596EC7) is known color: Chetwode Blue. HEX triplet: 59, 6E and C7. RGB value is (89,110,199). Sum of RGB (Red+Green+Blue) = 89+110+199=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #596EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC7 is #A69138. Grayscale: #717171. Windows color (decimal): -10916153 or 13069913. OLE color: 13069913.
HSL color Cylindrical-coordinate representation of color #596EC7: hue angle of 228.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #596EC7 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 110 | 199 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.22 |
| HSL | 228.55º | 0.5% | 0.56% | - |
| HSV(B) | 228.55º | 0.55% | 0.78% | - |
| XYZ | 20 | 17.4 | 56.34 | - |
| YUV | 113.87 | 176.04 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 199 | 0.55 | 0.45 | 0 | 0.22 | 228.55 | 0.5 | 0.56 |
| Hex | 59 | 6E | C7 | 37 | 2D | 0 | 16 | E5 | 32 | 38 |
| Octal | 131 | 156 | 307 | 67 | 55 | 0 | 26 | 345 | 62 | 70 |
| Binary | 1011001 | 1101110 | 11000111 | 110111 | 101101 | 0 | 10110 | 11100101 | 110010 | 111000 |
Color Harmonies of #596EC7
Complementary color
Monochromatic Colors of #596EC7
Black with #596EC7
Text Example
Text Example
White with #596EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596EC7; }
p { color: rgb(89,110,199); }
H1.HeaderClassName
{
color: #596EC7;
}
.AnyTagClassName
{
color: #596EC7;
}
</style>
background-color css
<style>
a { background-color: #596EC7; }
a { background-color: rgb(89,110,199); }
div.DivClassName
{
background-color: #596EC7;
}
.BgClassName
{
background-color: #596EC7;
}
</style>
border-color css
<style>
span { border-color: #596EC7; }
span { border-color: rgb(89,110,199); }
td.TdClassName
{
border-color: #596EC7;
}
.TagClassName
{
border-color: #596EC7;
}
</style>