Shades of Chetwode Blue #5971AD
Tints of Chetwode Blue #5971AD
RGB
CMYK
RGB Variations
Color information
#5971AD (or 0x5971AD) is known color: Chetwode Blue. HEX triplet: 59, 71 and AD. RGB value is (89,113,173). Sum of RGB (Red+Green+Blue) = 89+113+173=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5971AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5971AD is #A68E52. Grayscale: #707070. Windows color (decimal): -10915411 or 11366745. OLE color: 11366745.
HSL color Cylindrical-coordinate representation of color #5971AD: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5971AD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 113 | 173 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.32 |
| HSL | 222.86º | 0.34% | 0.51% | - |
| HSV(B) | 222.86º | 0.49% | 0.68% | - |
| XYZ | 17.57 | 16.95 | 41.88 | - |
| YUV | 112.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 173 | 0.49 | 0.35 | 0 | 0.32 | 222.86 | 0.34 | 0.51 |
| Hex | 59 | 71 | AD | 31 | 23 | 0 | 20 | DF | 22 | 33 |
| Octal | 131 | 161 | 255 | 61 | 43 | 0 | 40 | 337 | 42 | 63 |
| Binary | 1011001 | 1110001 | 10101101 | 110001 | 100011 | 0 | 100000 | 11011111 | 100010 | 110011 |
Color Harmonies of #5971AD
Complementary color
Monochromatic Colors of #5971AD
Black with #5971AD
Text Example
Text Example
White with #5971AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5971AD; }
p { color: rgb(89,113,173); }
H1.HeaderClassName
{
color: #5971AD;
}
.AnyTagClassName
{
color: #5971AD;
}
</style>
background-color css
<style>
a { background-color: #5971AD; }
a { background-color: rgb(89,113,173); }
div.DivClassName
{
background-color: #5971AD;
}
.BgClassName
{
background-color: #5971AD;
}
</style>
border-color css
<style>
span { border-color: #5971AD; }
span { border-color: rgb(89,113,173); }
td.TdClassName
{
border-color: #5971AD;
}
.TagClassName
{
border-color: #5971AD;
}
</style>