Shades of Chetwode Blue #5965B9
Tints of Chetwode Blue #5965B9
RGB
CMYK
RGB Variations
Color information
#5965B9 (or 0x5965B9) is known color: Chetwode Blue. HEX triplet: 59, 65 and B9. RGB value is (89,101,185). Sum of RGB (Red+Green+Blue) = 89+101+185=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #5965B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965B9 is #A69A46. Grayscale: #6A6A6A. Windows color (decimal): -10918471 or 12150105. OLE color: 12150105.
HSL color Cylindrical-coordinate representation of color #5965B9: hue angle of 232.5º 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 #5965B9 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 101 | 185 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.27 |
| HSL | 232.5º | 0.41% | 0.54% | - |
| HSV(B) | 232.5º | 0.52% | 0.73% | - |
| XYZ | 17.53 | 14.93 | 47.86 | - |
| YUV | 106.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 185 | 0.52 | 0.45 | 0 | 0.27 | 232.5 | 0.41 | 0.54 |
| Hex | 59 | 65 | B9 | 34 | 2D | 0 | 1B | E8 | 29 | 36 |
| Octal | 131 | 145 | 271 | 64 | 55 | 0 | 33 | 350 | 51 | 66 |
| Binary | 1011001 | 1100101 | 10111001 | 110100 | 101101 | 0 | 11011 | 11101000 | 101001 | 110110 |
Color Harmonies of #5965B9
Complementary color
Monochromatic Colors of #5965B9
Black with #5965B9
Text Example
Text Example
White with #5965B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965B9; }
p { color: rgb(89,101,185); }
H1.HeaderClassName
{
color: #5965B9;
}
.AnyTagClassName
{
color: #5965B9;
}
</style>
background-color css
<style>
a { background-color: #5965B9; }
a { background-color: rgb(89,101,185); }
div.DivClassName
{
background-color: #5965B9;
}
.BgClassName
{
background-color: #5965B9;
}
</style>
border-color css
<style>
span { border-color: #5965B9; }
span { border-color: rgb(89,101,185); }
td.TdClassName
{
border-color: #5965B9;
}
.TagClassName
{
border-color: #5965B9;
}
</style>