Shades of Chetwode Blue #5973BB
Tints of Chetwode Blue #5973BB
RGB
CMYK
RGB Variations
Color information
#5973BB (or 0x5973BB) is known color: Chetwode Blue. HEX triplet: 59, 73 and BB. RGB value is (89,115,187). Sum of RGB (Red+Green+Blue) = 89+115+187=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #5973BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973BB is #A68C44. Grayscale: #737373. Windows color (decimal): -10914885 or 12284761. OLE color: 12284761.
HSL color Cylindrical-coordinate representation of color #5973BB: hue angle of 224.08º 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 #5973BB is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 115 | 187 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.27 |
| HSL | 224.08º | 0.42% | 0.54% | - |
| HSV(B) | 224.08º | 0.52% | 0.73% | - |
| XYZ | 19.22 | 17.97 | 49.47 | - |
| YUV | 115.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 187 | 0.52 | 0.39 | 0 | 0.27 | 224.08 | 0.42 | 0.54 |
| Hex | 59 | 73 | BB | 34 | 27 | 0 | 1B | E0 | 2A | 36 |
| Octal | 131 | 163 | 273 | 64 | 47 | 0 | 33 | 340 | 52 | 66 |
| Binary | 1011001 | 1110011 | 10111011 | 110100 | 100111 | 0 | 11011 | 11100000 | 101010 | 110110 |
Color Harmonies of #5973BB
Complementary color
Monochromatic Colors of #5973BB
Black with #5973BB
Text Example
Text Example
White with #5973BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973BB; }
p { color: rgb(89,115,187); }
H1.HeaderClassName
{
color: #5973BB;
}
.AnyTagClassName
{
color: #5973BB;
}
</style>
background-color css
<style>
a { background-color: #5973BB; }
a { background-color: rgb(89,115,187); }
div.DivClassName
{
background-color: #5973BB;
}
.BgClassName
{
background-color: #5973BB;
}
</style>
border-color css
<style>
span { border-color: #5973BB; }
span { border-color: rgb(89,115,187); }
td.TdClassName
{
border-color: #5973BB;
}
.TagClassName
{
border-color: #5973BB;
}
</style>