Shades of Chetwode Blue #5973B9
Tints of Chetwode Blue #5973B9
RGB
CMYK
RGB Variations
Color information
#5973B9 (or 0x5973B9) is known color: Chetwode Blue. HEX triplet: 59, 73 and B9. RGB value is (89,115,185). Sum of RGB (Red+Green+Blue) = 89+115+185=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #5973B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973B9 is #A68C46. Grayscale: #727272. Windows color (decimal): -10914887 or 12153689. OLE color: 12153689.
HSL color Cylindrical-coordinate representation of color #5973B9: hue angle of 223.75º 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 #5973B9 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 115 | 185 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.27 |
| HSL | 223.75º | 0.41% | 0.54% | - |
| HSV(B) | 223.75º | 0.52% | 0.73% | - |
| XYZ | 19.01 | 17.89 | 48.35 | - |
| YUV | 115.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 185 | 0.52 | 0.38 | 0 | 0.27 | 223.75 | 0.41 | 0.54 |
| Hex | 59 | 73 | B9 | 34 | 26 | 0 | 1B | E0 | 29 | 36 |
| Octal | 131 | 163 | 271 | 64 | 46 | 0 | 33 | 340 | 51 | 66 |
| Binary | 1011001 | 1110011 | 10111001 | 110100 | 100110 | 0 | 11011 | 11100000 | 101001 | 110110 |
Color Harmonies of #5973B9
Complementary color
Monochromatic Colors of #5973B9
Black with #5973B9
Text Example
Text Example
White with #5973B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973B9; }
p { color: rgb(89,115,185); }
H1.HeaderClassName
{
color: #5973B9;
}
.AnyTagClassName
{
color: #5973B9;
}
</style>
background-color css
<style>
a { background-color: #5973B9; }
a { background-color: rgb(89,115,185); }
div.DivClassName
{
background-color: #5973B9;
}
.BgClassName
{
background-color: #5973B9;
}
</style>
border-color css
<style>
span { border-color: #5973B9; }
span { border-color: rgb(89,115,185); }
td.TdClassName
{
border-color: #5973B9;
}
.TagClassName
{
border-color: #5973B9;
}
</style>