Shades of Chetwode Blue #596EBA
Tints of Chetwode Blue #596EBA
RGB
CMYK
RGB Variations
Color information
#596EBA (or 0x596EBA) is known color: Chetwode Blue. HEX triplet: 59, 6E and BA. RGB value is (89,110,186). Sum of RGB (Red+Green+Blue) = 89+110+186=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #596EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EBA is #A69145. Grayscale: #707070. Windows color (decimal): -10916166 or 12217945. OLE color: 12217945.
HSL color Cylindrical-coordinate representation of color #596EBA: hue angle of 227.01º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #596EBA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 110 | 186 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.27 |
| HSL | 227.01º | 0.41% | 0.54% | - |
| HSV(B) | 227.01º | 0.52% | 0.73% | - |
| XYZ | 18.56 | 16.82 | 48.72 | - |
| YUV | 112.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 186 | 0.52 | 0.41 | 0 | 0.27 | 227.01 | 0.41 | 0.54 |
| Hex | 59 | 6E | BA | 34 | 29 | 0 | 1B | E3 | 29 | 36 |
| Octal | 131 | 156 | 272 | 64 | 51 | 0 | 33 | 343 | 51 | 66 |
| Binary | 1011001 | 1101110 | 10111010 | 110100 | 101001 | 0 | 11011 | 11100011 | 101001 | 110110 |
Color Harmonies of #596EBA
Complementary color
Monochromatic Colors of #596EBA
Black with #596EBA
Text Example
Text Example
White with #596EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596EBA; }
p { color: rgb(89,110,186); }
H1.HeaderClassName
{
color: #596EBA;
}
.AnyTagClassName
{
color: #596EBA;
}
</style>
background-color css
<style>
a { background-color: #596EBA; }
a { background-color: rgb(89,110,186); }
div.DivClassName
{
background-color: #596EBA;
}
.BgClassName
{
background-color: #596EBA;
}
</style>
border-color css
<style>
span { border-color: #596EBA; }
span { border-color: rgb(89,110,186); }
td.TdClassName
{
border-color: #596EBA;
}
.TagClassName
{
border-color: #596EBA;
}
</style>