Shades of Chetwode Blue #596AC6
Tints of Chetwode Blue #596AC6
RGB
CMYK
RGB Variations
Color information
#596AC6 (or 0x596AC6) is known color: Chetwode Blue. HEX triplet: 59, 6A and C6. RGB value is (89,106,198). Sum of RGB (Red+Green+Blue) = 89+106+198=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #596AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596AC6 is #A69539. Grayscale: #6F6F6F. Windows color (decimal): -10917178 or 13003353. OLE color: 13003353.
HSL color Cylindrical-coordinate representation of color #596AC6: hue angle of 230.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #596AC6 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 106 | 198 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.22 |
| HSL | 230.64º | 0.49% | 0.56% | - |
| HSV(B) | 230.64º | 0.55% | 0.78% | - |
| XYZ | 19.47 | 16.51 | 55.59 | - |
| YUV | 111.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 198 | 0.55 | 0.46 | 0 | 0.22 | 230.64 | 0.49 | 0.56 |
| Hex | 59 | 6A | C6 | 37 | 2E | 0 | 16 | E7 | 31 | 38 |
| Octal | 131 | 152 | 306 | 67 | 56 | 0 | 26 | 347 | 61 | 70 |
| Binary | 1011001 | 1101010 | 11000110 | 110111 | 101110 | 0 | 10110 | 11100111 | 110001 | 111000 |
Color Harmonies of #596AC6
Complementary color
Monochromatic Colors of #596AC6
Black with #596AC6
Text Example
Text Example
White with #596AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596AC6; }
p { color: rgb(89,106,198); }
H1.HeaderClassName
{
color: #596AC6;
}
.AnyTagClassName
{
color: #596AC6;
}
</style>
background-color css
<style>
a { background-color: #596AC6; }
a { background-color: rgb(89,106,198); }
div.DivClassName
{
background-color: #596AC6;
}
.BgClassName
{
background-color: #596AC6;
}
</style>
border-color css
<style>
span { border-color: #596AC6; }
span { border-color: rgb(89,106,198); }
td.TdClassName
{
border-color: #596AC6;
}
.TagClassName
{
border-color: #596AC6;
}
</style>