Shades of Chetwode Blue #5D73AF
Tints of Chetwode Blue #5D73AF
RGB
CMYK
RGB Variations
Color information
#5D73AF (or 0x5D73AF) is known color: Chetwode Blue. HEX triplet: 5D, 73 and AF. RGB value is (93,115,175). Sum of RGB (Red+Green+Blue) = 93+115+175=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D73AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D73AF is #A28C50. Grayscale: #737373. Windows color (decimal): -10652753 or 11498333. OLE color: 11498333.
HSL color Cylindrical-coordinate representation of color #5D73AF: hue angle of 223.9º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D73AF is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 115 | 175 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.31 |
| HSL | 223.9º | 0.34% | 0.53% | - |
| HSV(B) | 223.9º | 0.47% | 0.69% | - |
| XYZ | 18.38 | 17.68 | 43 | - |
| YUV | 115.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 175 | 0.47 | 0.34 | 0 | 0.31 | 223.9 | 0.34 | 0.53 |
| Hex | 5D | 73 | AF | 2F | 22 | 0 | 1F | E0 | 22 | 35 |
| Octal | 135 | 163 | 257 | 57 | 42 | 0 | 37 | 340 | 42 | 65 |
| Binary | 1011101 | 1110011 | 10101111 | 101111 | 100010 | 0 | 11111 | 11100000 | 100010 | 110101 |
Color Harmonies of #5D73AF
Complementary color
Monochromatic Colors of #5D73AF
Black with #5D73AF
Text Example
Text Example
White with #5D73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D73AF; }
p { color: rgb(93,115,175); }
H1.HeaderClassName
{
color: #5D73AF;
}
.AnyTagClassName
{
color: #5D73AF;
}
</style>
background-color css
<style>
a { background-color: #5D73AF; }
a { background-color: rgb(93,115,175); }
div.DivClassName
{
background-color: #5D73AF;
}
.BgClassName
{
background-color: #5D73AF;
}
</style>
border-color css
<style>
span { border-color: #5D73AF; }
span { border-color: rgb(93,115,175); }
td.TdClassName
{
border-color: #5D73AF;
}
.TagClassName
{
border-color: #5D73AF;
}
</style>