Shades of Chetwode Blue #5965BB
Tints of Chetwode Blue #5965BB
RGB
CMYK
RGB Variations
Color information
#5965BB (or 0x5965BB) is known color: Chetwode Blue. HEX triplet: 59, 65 and BB. RGB value is (89,101,187). Sum of RGB (Red+Green+Blue) = 89+101+187=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #5965BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965BB is #A69A44. Grayscale: #6A6A6A. Windows color (decimal): -10918469 or 12281177. OLE color: 12281177.
HSL color Cylindrical-coordinate representation of color #5965BB: hue angle of 232.65º degrees, saturation: 0.42, 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 #5965BB is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 101 | 187 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.27 |
| HSL | 232.65º | 0.42% | 0.54% | - |
| HSV(B) | 232.65º | 0.52% | 0.73% | - |
| XYZ | 17.74 | 15.02 | 48.98 | - |
| YUV | 107.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 187 | 0.52 | 0.46 | 0 | 0.27 | 232.65 | 0.42 | 0.54 |
| Hex | 59 | 65 | BB | 34 | 2E | 0 | 1B | E9 | 2A | 36 |
| Octal | 131 | 145 | 273 | 64 | 56 | 0 | 33 | 351 | 52 | 66 |
| Binary | 1011001 | 1100101 | 10111011 | 110100 | 101110 | 0 | 11011 | 11101001 | 101010 | 110110 |
Color Harmonies of #5965BB
Complementary color
Monochromatic Colors of #5965BB
Black with #5965BB
Text Example
Text Example
White with #5965BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965BB; }
p { color: rgb(89,101,187); }
H1.HeaderClassName
{
color: #5965BB;
}
.AnyTagClassName
{
color: #5965BB;
}
</style>
background-color css
<style>
a { background-color: #5965BB; }
a { background-color: rgb(89,101,187); }
div.DivClassName
{
background-color: #5965BB;
}
.BgClassName
{
background-color: #5965BB;
}
</style>
border-color css
<style>
span { border-color: #5965BB; }
span { border-color: rgb(89,101,187); }
td.TdClassName
{
border-color: #5965BB;
}
.TagClassName
{
border-color: #5965BB;
}
</style>