Shades of Chetwode Blue #5963C0
Tints of Chetwode Blue #5963C0
RGB
CMYK
RGB Variations
Color information
#5963C0 (or 0x5963C0) is known color: Chetwode Blue. HEX triplet: 59, 63 and C0. RGB value is (89,99,192). Sum of RGB (Red+Green+Blue) = 89+99+192=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #5963C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963C0 is #A69C3F. Grayscale: #6A6A6A. Windows color (decimal): -10918976 or 12608345. OLE color: 12608345.
HSL color Cylindrical-coordinate representation of color #5963C0: hue angle of 234.17º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5963C0 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 99 | 192 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.25 |
| HSL | 234.17º | 0.45% | 0.55% | - |
| HSV(B) | 234.17º | 0.54% | 0.75% | - |
| XYZ | 18.1 | 14.85 | 51.78 | - |
| YUV | 106.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 192 | 0.54 | 0.48 | 0 | 0.25 | 234.17 | 0.45 | 0.55 |
| Hex | 59 | 63 | C0 | 36 | 30 | 0 | 19 | EA | 2D | 37 |
| Octal | 131 | 143 | 300 | 66 | 60 | 0 | 31 | 352 | 55 | 67 |
| Binary | 1011001 | 1100011 | 11000000 | 110110 | 110000 | 0 | 11001 | 11101010 | 101101 | 110111 |
Color Harmonies of #5963C0
Complementary color
Monochromatic Colors of #5963C0
Black with #5963C0
Text Example
Text Example
White with #5963C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963C0; }
p { color: rgb(89,99,192); }
H1.HeaderClassName
{
color: #5963C0;
}
.AnyTagClassName
{
color: #5963C0;
}
</style>
background-color css
<style>
a { background-color: #5963C0; }
a { background-color: rgb(89,99,192); }
div.DivClassName
{
background-color: #5963C0;
}
.BgClassName
{
background-color: #5963C0;
}
</style>
border-color css
<style>
span { border-color: #5963C0; }
span { border-color: rgb(89,99,192); }
td.TdClassName
{
border-color: #5963C0;
}
.TagClassName
{
border-color: #5963C0;
}
</style>