Shades of Chetwode Blue #5965BD
Tints of Chetwode Blue #5965BD
RGB
CMYK
RGB Variations
Color information
#5965BD (or 0x5965BD) is known color: Chetwode Blue. HEX triplet: 59, 65 and BD. RGB value is (89,101,189). Sum of RGB (Red+Green+Blue) = 89+101+189=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #5965BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BD is #A69A42. Grayscale: #6B6B6B. Windows color (decimal): -10918467 or 12412249. OLE color: 12412249.
HSL color Cylindrical-coordinate representation of color #5965BD: hue angle of 232.8º 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 #5965BD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 101 | 189 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.26 |
| HSL | 232.8º | 0.43% | 0.55% | - |
| HSV(B) | 232.8º | 0.53% | 0.74% | - |
| XYZ | 17.96 | 15.11 | 50.11 | - |
| YUV | 107.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 189 | 0.53 | 0.47 | 0 | 0.26 | 232.8 | 0.43 | 0.55 |
| Hex | 59 | 65 | BD | 35 | 2F | 0 | 1A | E9 | 2B | 37 |
| Octal | 131 | 145 | 275 | 65 | 57 | 0 | 32 | 351 | 53 | 67 |
| Binary | 1011001 | 1100101 | 10111101 | 110101 | 101111 | 0 | 11010 | 11101001 | 101011 | 110111 |
Color Harmonies of #5965BD
Complementary color
Monochromatic Colors of #5965BD
Black with #5965BD
Text Example
Text Example
White with #5965BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965BD; }
p { color: rgb(89,101,189); }
H1.HeaderClassName
{
color: #5965BD;
}
.AnyTagClassName
{
color: #5965BD;
}
</style>
background-color css
<style>
a { background-color: #5965BD; }
a { background-color: rgb(89,101,189); }
div.DivClassName
{
background-color: #5965BD;
}
.BgClassName
{
background-color: #5965BD;
}
</style>
border-color css
<style>
span { border-color: #5965BD; }
span { border-color: rgb(89,101,189); }
td.TdClassName
{
border-color: #5965BD;
}
.TagClassName
{
border-color: #5965BD;
}
</style>