Shades of Chetwode Blue #596EC5
Tints of Chetwode Blue #596EC5
RGB
CMYK
RGB Variations
Color information
#596EC5 (or 0x596EC5) is known color: Chetwode Blue. HEX triplet: 59, 6E and C5. RGB value is (89,110,197). Sum of RGB (Red+Green+Blue) = 89+110+197=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #596EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC5 is #A6913A. Grayscale: #717171. Windows color (decimal): -10916155 or 12938841. OLE color: 12938841.
HSL color Cylindrical-coordinate representation of color #596EC5: hue angle of 228.33º 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 #596EC5 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 110 | 197 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.23 |
| HSL | 228.33º | 0.48% | 0.56% | - |
| HSV(B) | 228.33º | 0.55% | 0.77% | - |
| XYZ | 19.77 | 17.31 | 55.12 | - |
| YUV | 113.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 197 | 0.55 | 0.44 | 0 | 0.23 | 228.33 | 0.48 | 0.56 |
| Hex | 59 | 6E | C5 | 37 | 2C | 0 | 17 | E4 | 30 | 38 |
| Octal | 131 | 156 | 305 | 67 | 54 | 0 | 27 | 344 | 60 | 70 |
| Binary | 1011001 | 1101110 | 11000101 | 110111 | 101100 | 0 | 10111 | 11100100 | 110000 | 111000 |
Color Harmonies of #596EC5
Complementary color
Monochromatic Colors of #596EC5
Black with #596EC5
Text Example
Text Example
White with #596EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596EC5; }
p { color: rgb(89,110,197); }
H1.HeaderClassName
{
color: #596EC5;
}
.AnyTagClassName
{
color: #596EC5;
}
</style>
background-color css
<style>
a { background-color: #596EC5; }
a { background-color: rgb(89,110,197); }
div.DivClassName
{
background-color: #596EC5;
}
.BgClassName
{
background-color: #596EC5;
}
</style>
border-color css
<style>
span { border-color: #596EC5; }
span { border-color: rgb(89,110,197); }
td.TdClassName
{
border-color: #596EC5;
}
.TagClassName
{
border-color: #596EC5;
}
</style>