Shades of Chetwode Blue #596BAC
Tints of Chetwode Blue #596BAC
RGB
CMYK
RGB Variations
Color information
#596BAC (or 0x596BAC) is known color: Chetwode Blue. HEX triplet: 59, 6B and AC. RGB value is (89,107,172). Sum of RGB (Red+Green+Blue) = 89+107+172=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #596BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BAC is #A69453. Grayscale: #6C6C6C. Windows color (decimal): -10916948 or 11299673. OLE color: 11299673.
HSL color Cylindrical-coordinate representation of color #596BAC: hue angle of 226.99º 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 #596BAC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 107 | 172 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.33 |
| HSL | 226.99º | 0.33% | 0.51% | - |
| HSV(B) | 226.99º | 0.48% | 0.67% | - |
| XYZ | 16.82 | 15.62 | 41.16 | - |
| YUV | 109.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 172 | 0.48 | 0.38 | 0 | 0.33 | 226.99 | 0.33 | 0.51 |
| Hex | 59 | 6B | AC | 30 | 26 | 0 | 21 | E3 | 21 | 33 |
| Octal | 131 | 153 | 254 | 60 | 46 | 0 | 41 | 343 | 41 | 63 |
| Binary | 1011001 | 1101011 | 10101100 | 110000 | 100110 | 0 | 100001 | 11100011 | 100001 | 110011 |
Color Harmonies of #596BAC
Complementary color
Monochromatic Colors of #596BAC
Black with #596BAC
Text Example
Text Example
White with #596BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BAC; }
p { color: rgb(89,107,172); }
H1.HeaderClassName
{
color: #596BAC;
}
.AnyTagClassName
{
color: #596BAC;
}
</style>
background-color css
<style>
a { background-color: #596BAC; }
a { background-color: rgb(89,107,172); }
div.DivClassName
{
background-color: #596BAC;
}
.BgClassName
{
background-color: #596BAC;
}
</style>
border-color css
<style>
span { border-color: #596BAC; }
span { border-color: rgb(89,107,172); }
td.TdClassName
{
border-color: #596BAC;
}
.TagClassName
{
border-color: #596BAC;
}
</style>