Shades of Chetwode Blue #5963BD
Tints of Chetwode Blue #5963BD
RGB
CMYK
RGB Variations
Color information
#5963BD (or 0x5963BD) is known color: Chetwode Blue. HEX triplet: 59, 63 and BD. RGB value is (89,99,189). Sum of RGB (Red+Green+Blue) = 89+99+189=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5963BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963BD is #A69C42. Grayscale: #696969. Windows color (decimal): -10918979 or 12411737. OLE color: 12411737.
HSL color Cylindrical-coordinate representation of color #5963BD: hue angle of 234º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5963BD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 99 | 189 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.26 |
| HSL | 234º | 0.43% | 0.55% | - |
| HSV(B) | 234º | 0.53% | 0.74% | - |
| XYZ | 17.77 | 14.72 | 50.05 | - |
| YUV | 106.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 189 | 0.53 | 0.48 | 0 | 0.26 | 234 | 0.43 | 0.55 |
| Hex | 59 | 63 | BD | 35 | 30 | 0 | 1A | EA | 2B | 37 |
| Octal | 131 | 143 | 275 | 65 | 60 | 0 | 32 | 352 | 53 | 67 |
| Binary | 1011001 | 1100011 | 10111101 | 110101 | 110000 | 0 | 11010 | 11101010 | 101011 | 110111 |
Color Harmonies of #5963BD
Complementary color
Monochromatic Colors of #5963BD
Black with #5963BD
Text Example
Text Example
White with #5963BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963BD; }
p { color: rgb(89,99,189); }
H1.HeaderClassName
{
color: #5963BD;
}
.AnyTagClassName
{
color: #5963BD;
}
</style>
background-color css
<style>
a { background-color: #5963BD; }
a { background-color: rgb(89,99,189); }
div.DivClassName
{
background-color: #5963BD;
}
.BgClassName
{
background-color: #5963BD;
}
</style>
border-color css
<style>
span { border-color: #5963BD; }
span { border-color: rgb(89,99,189); }
td.TdClassName
{
border-color: #5963BD;
}
.TagClassName
{
border-color: #5963BD;
}
</style>