Shades of Chetwode Blue #596CCD
Tints of Chetwode Blue #596CCD
RGB
CMYK
RGB Variations
Color information
#596CCD (or 0x596CCD) is known color: Chetwode Blue. HEX triplet: 59, 6C and CD. RGB value is (89,108,205). Sum of RGB (Red+Green+Blue) = 89+108+205=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #596CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CCD is #A69332. Grayscale: #707070. Windows color (decimal): -10916659 or 13462617. OLE color: 13462617.
HSL color Cylindrical-coordinate representation of color #596CCD: hue angle of 230.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #596CCD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 108 | 205 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.20 |
| HSL | 230.17º | 0.54% | 0.58% | - |
| HSV(B) | 230.17º | 0.57% | 0.8% | - |
| XYZ | 20.5 | 17.26 | 60.01 | - |
| YUV | 113.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 205 | 0.57 | 0.47 | 0 | 0.20 | 230.17 | 0.54 | 0.58 |
| Hex | 59 | 6C | CD | 39 | 2F | 0 | 14 | E6 | 36 | 3A |
| Octal | 131 | 154 | 315 | 71 | 57 | 0 | 24 | 346 | 66 | 72 |
| Binary | 1011001 | 1101100 | 11001101 | 111001 | 101111 | 0 | 10100 | 11100110 | 110110 | 111010 |
Color Harmonies of #596CCD
Complementary color
Monochromatic Colors of #596CCD
Black with #596CCD
Text Example
Text Example
White with #596CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596CCD; }
p { color: rgb(89,108,205); }
H1.HeaderClassName
{
color: #596CCD;
}
.AnyTagClassName
{
color: #596CCD;
}
</style>
background-color css
<style>
a { background-color: #596CCD; }
a { background-color: rgb(89,108,205); }
div.DivClassName
{
background-color: #596CCD;
}
.BgClassName
{
background-color: #596CCD;
}
</style>
border-color css
<style>
span { border-color: #596CCD; }
span { border-color: rgb(89,108,205); }
td.TdClassName
{
border-color: #596CCD;
}
.TagClassName
{
border-color: #596CCD;
}
</style>