Shades of Chetwode Blue #596FC2
Tints of Chetwode Blue #596FC2
RGB
CMYK
RGB Variations
Color information
#596FC2 (or 0x596FC2) is known color: Chetwode Blue. HEX triplet: 59, 6F and C2. RGB value is (89,111,194). Sum of RGB (Red+Green+Blue) = 89+111+194=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #596FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FC2 is #A6903D. Grayscale: #717171. Windows color (decimal): -10915902 or 12742489. OLE color: 12742489.
HSL color Cylindrical-coordinate representation of color #596FC2: hue angle of 227.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596FC2 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 111 | 194 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.24 |
| HSL | 227.43º | 0.46% | 0.55% | - |
| HSV(B) | 227.43º | 0.54% | 0.76% | - |
| XYZ | 19.54 | 17.39 | 53.37 | - |
| YUV | 113.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 194 | 0.54 | 0.43 | 0 | 0.24 | 227.43 | 0.46 | 0.55 |
| Hex | 59 | 6F | C2 | 36 | 2B | 0 | 18 | E3 | 2E | 37 |
| Octal | 131 | 157 | 302 | 66 | 53 | 0 | 30 | 343 | 56 | 67 |
| Binary | 1011001 | 1101111 | 11000010 | 110110 | 101011 | 0 | 11000 | 11100011 | 101110 | 110111 |
Color Harmonies of #596FC2
Complementary color
Monochromatic Colors of #596FC2
Black with #596FC2
Text Example
Text Example
White with #596FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FC2; }
p { color: rgb(89,111,194); }
H1.HeaderClassName
{
color: #596FC2;
}
.AnyTagClassName
{
color: #596FC2;
}
</style>
background-color css
<style>
a { background-color: #596FC2; }
a { background-color: rgb(89,111,194); }
div.DivClassName
{
background-color: #596FC2;
}
.BgClassName
{
background-color: #596FC2;
}
</style>
border-color css
<style>
span { border-color: #596FC2; }
span { border-color: rgb(89,111,194); }
td.TdClassName
{
border-color: #596FC2;
}
.TagClassName
{
border-color: #596FC2;
}
</style>