Shades of Chetwode Blue #5971AE
Tints of Chetwode Blue #5971AE
RGB
CMYK
RGB Variations
Color information
#5971AE (or 0x5971AE) is known color: Chetwode Blue. HEX triplet: 59, 71 and AE. RGB value is (89,113,174). Sum of RGB (Red+Green+Blue) = 89+113+174=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5971AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5971AE is #A68E51. Grayscale: #707070. Windows color (decimal): -10915410 or 11432281. OLE color: 11432281.
HSL color Cylindrical-coordinate representation of color #5971AE: hue angle of 223.06º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5971AE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 113 | 174 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.32 |
| HSL | 223.06º | 0.34% | 0.52% | - |
| HSV(B) | 223.06º | 0.49% | 0.68% | - |
| XYZ | 17.66 | 16.99 | 42.39 | - |
| YUV | 112.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 174 | 0.49 | 0.35 | 0 | 0.32 | 223.06 | 0.34 | 0.52 |
| Hex | 59 | 71 | AE | 31 | 23 | 0 | 20 | DF | 22 | 34 |
| Octal | 131 | 161 | 256 | 61 | 43 | 0 | 40 | 337 | 42 | 64 |
| Binary | 1011001 | 1110001 | 10101110 | 110001 | 100011 | 0 | 100000 | 11011111 | 100010 | 110100 |
Color Harmonies of #5971AE
Complementary color
Monochromatic Colors of #5971AE
Black with #5971AE
Text Example
Text Example
White with #5971AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5971AE; }
p { color: rgb(89,113,174); }
H1.HeaderClassName
{
color: #5971AE;
}
.AnyTagClassName
{
color: #5971AE;
}
</style>
background-color css
<style>
a { background-color: #5971AE; }
a { background-color: rgb(89,113,174); }
div.DivClassName
{
background-color: #5971AE;
}
.BgClassName
{
background-color: #5971AE;
}
</style>
border-color css
<style>
span { border-color: #5971AE; }
span { border-color: rgb(89,113,174); }
td.TdClassName
{
border-color: #5971AE;
}
.TagClassName
{
border-color: #5971AE;
}
</style>