Shades of Chetwode Blue #596BAB
Tints of Chetwode Blue #596BAB
RGB
CMYK
RGB Variations
Color information
#596BAB (or 0x596BAB) is known color: Chetwode Blue. HEX triplet: 59, 6B and AB. RGB value is (89,107,171). Sum of RGB (Red+Green+Blue) = 89+107+171=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #596BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BAB is #A69454. Grayscale: #6C6C6C. Windows color (decimal): -10916949 or 11234137. OLE color: 11234137.
HSL color Cylindrical-coordinate representation of color #596BAB: hue angle of 226.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #596BAB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 107 | 171 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.33 |
| HSL | 226.83º | 0.33% | 0.51% | - |
| HSV(B) | 226.83º | 0.48% | 0.67% | - |
| XYZ | 16.73 | 15.58 | 40.65 | - |
| YUV | 108.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 171 | 0.48 | 0.37 | 0 | 0.33 | 226.83 | 0.33 | 0.51 |
| Hex | 59 | 6B | AB | 30 | 25 | 0 | 21 | E3 | 21 | 33 |
| Octal | 131 | 153 | 253 | 60 | 45 | 0 | 41 | 343 | 41 | 63 |
| Binary | 1011001 | 1101011 | 10101011 | 110000 | 100101 | 0 | 100001 | 11100011 | 100001 | 110011 |
Color Harmonies of #596BAB
Complementary color
Monochromatic Colors of #596BAB
Black with #596BAB
Text Example
Text Example
White with #596BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BAB; }
p { color: rgb(89,107,171); }
H1.HeaderClassName
{
color: #596BAB;
}
.AnyTagClassName
{
color: #596BAB;
}
</style>
background-color css
<style>
a { background-color: #596BAB; }
a { background-color: rgb(89,107,171); }
div.DivClassName
{
background-color: #596BAB;
}
.BgClassName
{
background-color: #596BAB;
}
</style>
border-color css
<style>
span { border-color: #596BAB; }
span { border-color: rgb(89,107,171); }
td.TdClassName
{
border-color: #596BAB;
}
.TagClassName
{
border-color: #596BAB;
}
</style>