Shades of Chetwode Blue #596DB7
Tints of Chetwode Blue #596DB7
RGB
CMYK
RGB Variations
Color information
#596DB7 (or 0x596DB7) is known color: Chetwode Blue. HEX triplet: 59, 6D and B7. RGB value is (89,109,183). Sum of RGB (Red+Green+Blue) = 89+109+183=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #596DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DB7 is #A69248. Grayscale: #6F6F6F. Windows color (decimal): -10916425 or 12021081. OLE color: 12021081.
HSL color Cylindrical-coordinate representation of color #596DB7: hue angle of 227.23º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596DB7 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 109 | 183 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.28 |
| HSL | 227.23º | 0.39% | 0.53% | - |
| HSV(B) | 227.23º | 0.51% | 0.72% | - |
| XYZ | 18.14 | 16.48 | 47.02 | - |
| YUV | 111.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 183 | 0.51 | 0.40 | 0 | 0.28 | 227.23 | 0.39 | 0.53 |
| Hex | 59 | 6D | B7 | 33 | 28 | 0 | 1C | E3 | 27 | 35 |
| Octal | 131 | 155 | 267 | 63 | 50 | 0 | 34 | 343 | 47 | 65 |
| Binary | 1011001 | 1101101 | 10110111 | 110011 | 101000 | 0 | 11100 | 11100011 | 100111 | 110101 |
Color Harmonies of #596DB7
Complementary color
Monochromatic Colors of #596DB7
Black with #596DB7
Text Example
Text Example
White with #596DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596DB7; }
p { color: rgb(89,109,183); }
H1.HeaderClassName
{
color: #596DB7;
}
.AnyTagClassName
{
color: #596DB7;
}
</style>
background-color css
<style>
a { background-color: #596DB7; }
a { background-color: rgb(89,109,183); }
div.DivClassName
{
background-color: #596DB7;
}
.BgClassName
{
background-color: #596DB7;
}
</style>
border-color css
<style>
span { border-color: #596DB7; }
span { border-color: rgb(89,109,183); }
td.TdClassName
{
border-color: #596DB7;
}
.TagClassName
{
border-color: #596DB7;
}
</style>