Shades of Chetwode Blue #596DB5
Tints of Chetwode Blue #596DB5
RGB
CMYK
RGB Variations
Color information
#596DB5 (or 0x596DB5) is known color: Chetwode Blue. HEX triplet: 59, 6D and B5. RGB value is (89,109,181). Sum of RGB (Red+Green+Blue) = 89+109+181=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #596DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DB5 is #A6924A. Grayscale: #6E6E6E. Windows color (decimal): -10916427 or 11890009. OLE color: 11890009.
HSL color Cylindrical-coordinate representation of color #596DB5: hue angle of 226.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596DB5 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 109 | 181 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.29 |
| HSL | 226.96º | 0.38% | 0.53% | - |
| HSV(B) | 226.96º | 0.51% | 0.71% | - |
| XYZ | 17.93 | 16.4 | 45.94 | - |
| YUV | 111.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 181 | 0.51 | 0.40 | 0 | 0.29 | 226.96 | 0.38 | 0.53 |
| Hex | 59 | 6D | B5 | 33 | 28 | 0 | 1D | E3 | 26 | 35 |
| Octal | 131 | 155 | 265 | 63 | 50 | 0 | 35 | 343 | 46 | 65 |
| Binary | 1011001 | 1101101 | 10110101 | 110011 | 101000 | 0 | 11101 | 11100011 | 100110 | 110101 |
Color Harmonies of #596DB5
Complementary color
Monochromatic Colors of #596DB5
Black with #596DB5
Text Example
Text Example
White with #596DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596DB5; }
p { color: rgb(89,109,181); }
H1.HeaderClassName
{
color: #596DB5;
}
.AnyTagClassName
{
color: #596DB5;
}
</style>
background-color css
<style>
a { background-color: #596DB5; }
a { background-color: rgb(89,109,181); }
div.DivClassName
{
background-color: #596DB5;
}
.BgClassName
{
background-color: #596DB5;
}
</style>
border-color css
<style>
span { border-color: #596DB5; }
span { border-color: rgb(89,109,181); }
td.TdClassName
{
border-color: #596DB5;
}
.TagClassName
{
border-color: #596DB5;
}
</style>