Shades of Chetwode Blue #596DB8
Tints of Chetwode Blue #596DB8
RGB
CMYK
RGB Variations
Color information
#596DB8 (or 0x596DB8) is known color: Chetwode Blue. HEX triplet: 59, 6D and B8. RGB value is (89,109,184). Sum of RGB (Red+Green+Blue) = 89+109+184=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #596DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DB8 is #A69247. Grayscale: #6F6F6F. Windows color (decimal): -10916424 or 12086617. OLE color: 12086617.
HSL color Cylindrical-coordinate representation of color #596DB8: hue angle of 227.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #596DB8 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 109 | 184 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.28 |
| HSL | 227.37º | 0.4% | 0.54% | - |
| HSV(B) | 227.37º | 0.52% | 0.72% | - |
| XYZ | 18.24 | 16.52 | 47.58 | - |
| YUV | 111.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 184 | 0.52 | 0.41 | 0 | 0.28 | 227.37 | 0.4 | 0.54 |
| Hex | 59 | 6D | B8 | 34 | 29 | 0 | 1C | E3 | 28 | 36 |
| Octal | 131 | 155 | 270 | 64 | 51 | 0 | 34 | 343 | 50 | 66 |
| Binary | 1011001 | 1101101 | 10111000 | 110100 | 101001 | 0 | 11100 | 11100011 | 101000 | 110110 |
Color Harmonies of #596DB8
Complementary color
Monochromatic Colors of #596DB8
Black with #596DB8
Text Example
Text Example
White with #596DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596DB8; }
p { color: rgb(89,109,184); }
H1.HeaderClassName
{
color: #596DB8;
}
.AnyTagClassName
{
color: #596DB8;
}
</style>
background-color css
<style>
a { background-color: #596DB8; }
a { background-color: rgb(89,109,184); }
div.DivClassName
{
background-color: #596DB8;
}
.BgClassName
{
background-color: #596DB8;
}
</style>
border-color css
<style>
span { border-color: #596DB8; }
span { border-color: rgb(89,109,184); }
td.TdClassName
{
border-color: #596DB8;
}
.TagClassName
{
border-color: #596DB8;
}
</style>