Shades of Chetwode Blue #596CC5
Tints of Chetwode Blue #596CC5
RGB
CMYK
RGB Variations
Color information
#596CC5 (or 0x596CC5) is known color: Chetwode Blue. HEX triplet: 59, 6C and C5. RGB value is (89,108,197). Sum of RGB (Red+Green+Blue) = 89+108+197=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #596CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CC5 is #A6933A. Grayscale: #707070. Windows color (decimal): -10916667 or 12938329. OLE color: 12938329.
HSL color Cylindrical-coordinate representation of color #596CC5: hue angle of 229.44º 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 #596CC5 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 108 | 197 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.23 |
| HSL | 229.44º | 0.48% | 0.56% | - |
| HSV(B) | 229.44º | 0.55% | 0.77% | - |
| XYZ | 19.56 | 16.88 | 55.05 | - |
| YUV | 112.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 197 | 0.55 | 0.45 | 0 | 0.23 | 229.44 | 0.48 | 0.56 |
| Hex | 59 | 6C | C5 | 37 | 2D | 0 | 17 | E5 | 30 | 38 |
| Octal | 131 | 154 | 305 | 67 | 55 | 0 | 27 | 345 | 60 | 70 |
| Binary | 1011001 | 1101100 | 11000101 | 110111 | 101101 | 0 | 10111 | 11100101 | 110000 | 111000 |
Color Harmonies of #596CC5
Complementary color
Monochromatic Colors of #596CC5
Black with #596CC5
Text Example
Text Example
White with #596CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CC5; }
p { color: rgb(89,108,197); }
H1.HeaderClassName
{
color: #596CC5;
}
.AnyTagClassName
{
color: #596CC5;
}
</style>
background-color css
<style>
a { background-color: #596CC5; }
a { background-color: rgb(89,108,197); }
div.DivClassName
{
background-color: #596CC5;
}
.BgClassName
{
background-color: #596CC5;
}
</style>
border-color css
<style>
span { border-color: #596CC5; }
span { border-color: rgb(89,108,197); }
td.TdClassName
{
border-color: #596CC5;
}
.TagClassName
{
border-color: #596CC5;
}
</style>