Shades of Chetwode Blue #596CCC
Tints of Chetwode Blue #596CCC
RGB
CMYK
RGB Variations
Color information
#596CCC (or 0x596CCC) is known color: Chetwode Blue. HEX triplet: 59, 6C and CC. RGB value is (89,108,204). Sum of RGB (Red+Green+Blue) = 89+108+204=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #596CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CCC is #A69333. Grayscale: #707070. Windows color (decimal): -10916660 or 13397081. OLE color: 13397081.
HSL color Cylindrical-coordinate representation of color #596CCC: hue angle of 230.09º 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 #596CCC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 108 | 204 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.2 |
| HSL | 230.09º | 0.53% | 0.57% | - |
| HSV(B) | 230.09º | 0.56% | 0.8% | - |
| XYZ | 20.38 | 17.21 | 59.37 | - |
| YUV | 113.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 204 | 0.56 | 0.47 | 0 | 0.2 | 230.09 | 0.53 | 0.57 |
| Hex | 59 | 6C | CC | 38 | 2F | 0 | 14 | E6 | 35 | 39 |
| Octal | 131 | 154 | 314 | 70 | 57 | 0 | 24 | 346 | 65 | 71 |
| Binary | 1011001 | 1101100 | 11001100 | 111000 | 101111 | 0 | 10100 | 11100110 | 110101 | 111001 |
Color Harmonies of #596CCC
Complementary color
Monochromatic Colors of #596CCC
Black with #596CCC
Text Example
Text Example
White with #596CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CCC; }
p { color: rgb(89,108,204); }
H1.HeaderClassName
{
color: #596CCC;
}
.AnyTagClassName
{
color: #596CCC;
}
</style>
background-color css
<style>
a { background-color: #596CCC; }
a { background-color: rgb(89,108,204); }
div.DivClassName
{
background-color: #596CCC;
}
.BgClassName
{
background-color: #596CCC;
}
</style>
border-color css
<style>
span { border-color: #596CCC; }
span { border-color: rgb(89,108,204); }
td.TdClassName
{
border-color: #596CCC;
}
.TagClassName
{
border-color: #596CCC;
}
</style>