Shades of Chetwode Blue #5964B9
Tints of Chetwode Blue #5964B9
RGB
CMYK
RGB Variations
Color information
#5964B9 (or 0x5964B9) is known color: Chetwode Blue. HEX triplet: 59, 64 and B9. RGB value is (89,100,185). Sum of RGB (Red+Green+Blue) = 89+100+185=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #5964B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5964B9 is #A69B46. Grayscale: #6A6A6A. Windows color (decimal): -10918727 or 12149849. OLE color: 12149849.
HSL color Cylindrical-coordinate representation of color #5964B9: hue angle of 233.12º 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 #5964B9 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 100 | 185 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.27 |
| HSL | 233.13º | 0.41% | 0.54% | - |
| HSV(B) | 233.13º | 0.52% | 0.73% | - |
| XYZ | 17.43 | 14.74 | 47.83 | - |
| YUV | 106.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 185 | 0.52 | 0.46 | 0 | 0.27 | 233.13 | 0.41 | 0.54 |
| Hex | 59 | 64 | B9 | 34 | 2E | 0 | 1B | E9 | 29 | 36 |
| Octal | 131 | 144 | 271 | 64 | 56 | 0 | 33 | 351 | 51 | 66 |
| Binary | 1011001 | 1100100 | 10111001 | 110100 | 101110 | 0 | 11011 | 11101001 | 101001 | 110110 |
Color Harmonies of #5964B9
Complementary color
Monochromatic Colors of #5964B9
Black with #5964B9
Text Example
Text Example
White with #5964B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5964B9; }
p { color: rgb(89,100,185); }
H1.HeaderClassName
{
color: #5964B9;
}
.AnyTagClassName
{
color: #5964B9;
}
</style>
background-color css
<style>
a { background-color: #5964B9; }
a { background-color: rgb(89,100,185); }
div.DivClassName
{
background-color: #5964B9;
}
.BgClassName
{
background-color: #5964B9;
}
</style>
border-color css
<style>
span { border-color: #5964B9; }
span { border-color: rgb(89,100,185); }
td.TdClassName
{
border-color: #5964B9;
}
.TagClassName
{
border-color: #5964B9;
}
</style>