Shades of Chetwode Blue #5972BF
Tints of Chetwode Blue #5972BF
RGB
CMYK
RGB Variations
Color information
#5972BF (or 0x5972BF) is known color: Chetwode Blue. HEX triplet: 59, 72 and BF. RGB value is (89,114,191). Sum of RGB (Red+Green+Blue) = 89+114+191=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5972BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972BF is #A68D40. Grayscale: #727272. Windows color (decimal): -10915137 or 12546649. OLE color: 12546649.
HSL color Cylindrical-coordinate representation of color #5972BF: hue angle of 225.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5972BF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 114 | 191 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.25 |
| HSL | 225.29º | 0.44% | 0.55% | - |
| HSV(B) | 225.29º | 0.53% | 0.75% | - |
| XYZ | 19.54 | 17.92 | 51.72 | - |
| YUV | 115.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 191 | 0.53 | 0.40 | 0 | 0.25 | 225.29 | 0.44 | 0.55 |
| Hex | 59 | 72 | BF | 35 | 28 | 0 | 19 | E1 | 2C | 37 |
| Octal | 131 | 162 | 277 | 65 | 50 | 0 | 31 | 341 | 54 | 67 |
| Binary | 1011001 | 1110010 | 10111111 | 110101 | 101000 | 0 | 11001 | 11100001 | 101100 | 110111 |
Color Harmonies of #5972BF
Complementary color
Monochromatic Colors of #5972BF
Black with #5972BF
Text Example
Text Example
White with #5972BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972BF; }
p { color: rgb(89,114,191); }
H1.HeaderClassName
{
color: #5972BF;
}
.AnyTagClassName
{
color: #5972BF;
}
</style>
background-color css
<style>
a { background-color: #5972BF; }
a { background-color: rgb(89,114,191); }
div.DivClassName
{
background-color: #5972BF;
}
.BgClassName
{
background-color: #5972BF;
}
</style>
border-color css
<style>
span { border-color: #5972BF; }
span { border-color: rgb(89,114,191); }
td.TdClassName
{
border-color: #5972BF;
}
.TagClassName
{
border-color: #5972BF;
}
</style>