Shades of Chetwode Blue #5973AF
Tints of Chetwode Blue #5973AF
RGB
CMYK
RGB Variations
Color information
#5973AF (or 0x5973AF) is known color: Chetwode Blue. HEX triplet: 59, 73 and AF. RGB value is (89,115,175). Sum of RGB (Red+Green+Blue) = 89+115+175=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #5973AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5973AF is #A68C50. Grayscale: #717171. Windows color (decimal): -10914897 or 11498329. OLE color: 11498329.
HSL color Cylindrical-coordinate representation of color #5973AF: hue angle of 221.86º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5973AF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 115 | 175 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.31 |
| HSL | 221.86º | 0.35% | 0.52% | - |
| HSV(B) | 221.86º | 0.49% | 0.69% | - |
| XYZ | 17.99 | 17.48 | 42.98 | - |
| YUV | 114.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 175 | 0.49 | 0.34 | 0 | 0.31 | 221.86 | 0.35 | 0.52 |
| Hex | 59 | 73 | AF | 31 | 22 | 0 | 1F | DE | 23 | 34 |
| Octal | 131 | 163 | 257 | 61 | 42 | 0 | 37 | 336 | 43 | 64 |
| Binary | 1011001 | 1110011 | 10101111 | 110001 | 100010 | 0 | 11111 | 11011110 | 100011 | 110100 |
Color Harmonies of #5973AF
Complementary color
Monochromatic Colors of #5973AF
Black with #5973AF
Text Example
Text Example
White with #5973AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973AF; }
p { color: rgb(89,115,175); }
H1.HeaderClassName
{
color: #5973AF;
}
.AnyTagClassName
{
color: #5973AF;
}
</style>
background-color css
<style>
a { background-color: #5973AF; }
a { background-color: rgb(89,115,175); }
div.DivClassName
{
background-color: #5973AF;
}
.BgClassName
{
background-color: #5973AF;
}
</style>
border-color css
<style>
span { border-color: #5973AF; }
span { border-color: rgb(89,115,175); }
td.TdClassName
{
border-color: #5973AF;
}
.TagClassName
{
border-color: #5973AF;
}
</style>