Shades of Chetwode Blue #5D72AA
Tints of Chetwode Blue #5D72AA
RGB
CMYK
RGB Variations
Color information
#5D72AA (or 0x5D72AA) is known color: Chetwode Blue. HEX triplet: 5D, 72 and AA. RGB value is (93,114,170). Sum of RGB (Red+Green+Blue) = 93+114+170=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D72AA is #A28D55. Grayscale: #717171. Windows color (decimal): -10653014 or 11170397. OLE color: 11170397.
HSL color Cylindrical-coordinate representation of color #5D72AA: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D72AA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 114 | 170 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.33 |
| HSL | 223.64º | 0.31% | 0.52% | - |
| HSV(B) | 223.64º | 0.45% | 0.67% | - |
| XYZ | 17.79 | 17.26 | 40.43 | - |
| YUV | 114.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 170 | 0.45 | 0.33 | 0 | 0.33 | 223.64 | 0.31 | 0.52 |
| Hex | 5D | 72 | AA | 2D | 21 | 0 | 21 | E0 | 1F | 34 |
| Octal | 135 | 162 | 252 | 55 | 41 | 0 | 41 | 340 | 37 | 64 |
| Binary | 1011101 | 1110010 | 10101010 | 101101 | 100001 | 0 | 100001 | 11100000 | 11111 | 110100 |
Color Harmonies of #5D72AA
Complementary color
Monochromatic Colors of #5D72AA
Black with #5D72AA
Text Example
Text Example
White with #5D72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D72AA; }
p { color: rgb(93,114,170); }
H1.HeaderClassName
{
color: #5D72AA;
}
.AnyTagClassName
{
color: #5D72AA;
}
</style>
background-color css
<style>
a { background-color: #5D72AA; }
a { background-color: rgb(93,114,170); }
div.DivClassName
{
background-color: #5D72AA;
}
.BgClassName
{
background-color: #5D72AA;
}
</style>
border-color css
<style>
span { border-color: #5D72AA; }
span { border-color: rgb(93,114,170); }
td.TdClassName
{
border-color: #5D72AA;
}
.TagClassName
{
border-color: #5D72AA;
}
</style>