Shades of Chetwode Blue #596EC4
Tints of Chetwode Blue #596EC4
RGB
CMYK
RGB Variations
Color information
#596EC4 (or 0x596EC4) is known color: Chetwode Blue. HEX triplet: 59, 6E and C4. RGB value is (89,110,196). Sum of RGB (Red+Green+Blue) = 89+110+196=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #596EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC4 is #A6913B. Grayscale: #717171. Windows color (decimal): -10916156 or 12873305. OLE color: 12873305.
HSL color Cylindrical-coordinate representation of color #596EC4: hue angle of 228.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #596EC4 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 110 | 196 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.23 |
| HSL | 228.22º | 0.48% | 0.56% | - |
| HSV(B) | 228.22º | 0.55% | 0.77% | - |
| XYZ | 19.66 | 17.26 | 54.52 | - |
| YUV | 113.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 196 | 0.55 | 0.44 | 0 | 0.23 | 228.22 | 0.48 | 0.56 |
| Hex | 59 | 6E | C4 | 37 | 2C | 0 | 17 | E4 | 30 | 38 |
| Octal | 131 | 156 | 304 | 67 | 54 | 0 | 27 | 344 | 60 | 70 |
| Binary | 1011001 | 1101110 | 11000100 | 110111 | 101100 | 0 | 10111 | 11100100 | 110000 | 111000 |
Color Harmonies of #596EC4
Complementary color
Monochromatic Colors of #596EC4
Black with #596EC4
Text Example
Text Example
White with #596EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596EC4; }
p { color: rgb(89,110,196); }
H1.HeaderClassName
{
color: #596EC4;
}
.AnyTagClassName
{
color: #596EC4;
}
</style>
background-color css
<style>
a { background-color: #596EC4; }
a { background-color: rgb(89,110,196); }
div.DivClassName
{
background-color: #596EC4;
}
.BgClassName
{
background-color: #596EC4;
}
</style>
border-color css
<style>
span { border-color: #596EC4; }
span { border-color: rgb(89,110,196); }
td.TdClassName
{
border-color: #596EC4;
}
.TagClassName
{
border-color: #596EC4;
}
</style>