Shades of Chetwode Blue #5963BA
Tints of Chetwode Blue #5963BA
RGB
CMYK
RGB Variations
Color information
#5963BA (or 0x5963BA) is known color: Chetwode Blue. HEX triplet: 59, 63 and BA. RGB value is (89,99,186). Sum of RGB (Red+Green+Blue) = 89+99+186=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5963BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963BA is #A69C45. Grayscale: #696969. Windows color (decimal): -10918982 or 12215129. OLE color: 12215129.
HSL color Cylindrical-coordinate representation of color #5963BA: hue angle of 233.81º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5963BA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 99 | 186 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.27 |
| HSL | 233.81º | 0.41% | 0.54% | - |
| HSV(B) | 233.81º | 0.52% | 0.73% | - |
| XYZ | 17.44 | 14.59 | 48.35 | - |
| YUV | 105.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 186 | 0.52 | 0.47 | 0 | 0.27 | 233.81 | 0.41 | 0.54 |
| Hex | 59 | 63 | BA | 34 | 2F | 0 | 1B | EA | 29 | 36 |
| Octal | 131 | 143 | 272 | 64 | 57 | 0 | 33 | 352 | 51 | 66 |
| Binary | 1011001 | 1100011 | 10111010 | 110100 | 101111 | 0 | 11011 | 11101010 | 101001 | 110110 |
Color Harmonies of #5963BA
Complementary color
Monochromatic Colors of #5963BA
Black with #5963BA
Text Example
Text Example
White with #5963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963BA; }
p { color: rgb(89,99,186); }
H1.HeaderClassName
{
color: #5963BA;
}
.AnyTagClassName
{
color: #5963BA;
}
</style>
background-color css
<style>
a { background-color: #5963BA; }
a { background-color: rgb(89,99,186); }
div.DivClassName
{
background-color: #5963BA;
}
.BgClassName
{
background-color: #5963BA;
}
</style>
border-color css
<style>
span { border-color: #5963BA; }
span { border-color: rgb(89,99,186); }
td.TdClassName
{
border-color: #5963BA;
}
.TagClassName
{
border-color: #5963BA;
}
</style>