Shades of Chetwode Blue #596FCC
Tints of Chetwode Blue #596FCC
RGB
CMYK
RGB Variations
Color information
#596FCC (or 0x596FCC) is known color: Chetwode Blue. HEX triplet: 59, 6F and CC. RGB value is (89,111,204). Sum of RGB (Red+Green+Blue) = 89+111+204=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #596FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FCC is #A69033. Grayscale: #727272. Windows color (decimal): -10915892 or 13397849. OLE color: 13397849.
HSL color Cylindrical-coordinate representation of color #596FCC: hue angle of 228.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596FCC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 111 | 204 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.2 |
| HSL | 228.52º | 0.53% | 0.57% | - |
| HSV(B) | 228.52º | 0.56% | 0.8% | - |
| XYZ | 20.7 | 17.85 | 59.48 | - |
| YUV | 115.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 204 | 0.56 | 0.46 | 0 | 0.2 | 228.52 | 0.53 | 0.57 |
| Hex | 59 | 6F | CC | 38 | 2E | 0 | 14 | E5 | 35 | 39 |
| Octal | 131 | 157 | 314 | 70 | 56 | 0 | 24 | 345 | 65 | 71 |
| Binary | 1011001 | 1101111 | 11001100 | 111000 | 101110 | 0 | 10100 | 11100101 | 110101 | 111001 |
Color Harmonies of #596FCC
Complementary color
Monochromatic Colors of #596FCC
Black with #596FCC
Text Example
Text Example
White with #596FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FCC; }
p { color: rgb(89,111,204); }
H1.HeaderClassName
{
color: #596FCC;
}
.AnyTagClassName
{
color: #596FCC;
}
</style>
background-color css
<style>
a { background-color: #596FCC; }
a { background-color: rgb(89,111,204); }
div.DivClassName
{
background-color: #596FCC;
}
.BgClassName
{
background-color: #596FCC;
}
</style>
border-color css
<style>
span { border-color: #596FCC; }
span { border-color: rgb(89,111,204); }
td.TdClassName
{
border-color: #596FCC;
}
.TagClassName
{
border-color: #596FCC;
}
</style>