Shades of Chetwode Blue #596DB4
Tints of Chetwode Blue #596DB4
RGB
CMYK
RGB Variations
Color information
#596DB4 (or 0x596DB4) is known color: Chetwode Blue. HEX triplet: 59, 6D and B4. RGB value is (89,109,180). Sum of RGB (Red+Green+Blue) = 89+109+180=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #596DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DB4 is #A6924B. Grayscale: #6E6E6E. Windows color (decimal): -10916428 or 11824473. OLE color: 11824473.
HSL color Cylindrical-coordinate representation of color #596DB4: hue angle of 226.81º 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 #596DB4 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 109 | 180 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.29 |
| HSL | 226.81º | 0.38% | 0.53% | - |
| HSV(B) | 226.81º | 0.51% | 0.71% | - |
| XYZ | 17.83 | 16.36 | 45.4 | - |
| YUV | 111.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 180 | 0.51 | 0.39 | 0 | 0.29 | 226.81 | 0.38 | 0.53 |
| Hex | 59 | 6D | B4 | 33 | 27 | 0 | 1D | E3 | 26 | 35 |
| Octal | 131 | 155 | 264 | 63 | 47 | 0 | 35 | 343 | 46 | 65 |
| Binary | 1011001 | 1101101 | 10110100 | 110011 | 100111 | 0 | 11101 | 11100011 | 100110 | 110101 |
Color Harmonies of #596DB4
Complementary color
Monochromatic Colors of #596DB4
Black with #596DB4
Text Example
Text Example
White with #596DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596DB4; }
p { color: rgb(89,109,180); }
H1.HeaderClassName
{
color: #596DB4;
}
.AnyTagClassName
{
color: #596DB4;
}
</style>
background-color css
<style>
a { background-color: #596DB4; }
a { background-color: rgb(89,109,180); }
div.DivClassName
{
background-color: #596DB4;
}
.BgClassName
{
background-color: #596DB4;
}
</style>
border-color css
<style>
span { border-color: #596DB4; }
span { border-color: rgb(89,109,180); }
td.TdClassName
{
border-color: #596DB4;
}
.TagClassName
{
border-color: #596DB4;
}
</style>