Shades of Chetwode Blue #5D71AF
Tints of Chetwode Blue #5D71AF
RGB
CMYK
RGB Variations
Color information
#5D71AF (or 0x5D71AF) is known color: Chetwode Blue. HEX triplet: 5D, 71 and AF. RGB value is (93,113,175). Sum of RGB (Red+Green+Blue) = 93+113+175=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D71AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D71AF is #A28E50. Grayscale: #717171. Windows color (decimal): -10653265 or 11497821. OLE color: 11497821.
HSL color Cylindrical-coordinate representation of color #5D71AF: hue angle of 225.37º 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 #5D71AF is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 113 | 175 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.31 |
| HSL | 225.37º | 0.34% | 0.53% | - |
| HSV(B) | 225.37º | 0.47% | 0.69% | - |
| XYZ | 18.16 | 17.23 | 42.93 | - |
| YUV | 114.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 175 | 0.47 | 0.35 | 0 | 0.31 | 225.37 | 0.34 | 0.53 |
| Hex | 5D | 71 | AF | 2F | 23 | 0 | 1F | E1 | 22 | 35 |
| Octal | 135 | 161 | 257 | 57 | 43 | 0 | 37 | 341 | 42 | 65 |
| Binary | 1011101 | 1110001 | 10101111 | 101111 | 100011 | 0 | 11111 | 11100001 | 100010 | 110101 |
Color Harmonies of #5D71AF
Complementary color
Monochromatic Colors of #5D71AF
Black with #5D71AF
Text Example
Text Example
White with #5D71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D71AF; }
p { color: rgb(93,113,175); }
H1.HeaderClassName
{
color: #5D71AF;
}
.AnyTagClassName
{
color: #5D71AF;
}
</style>
background-color css
<style>
a { background-color: #5D71AF; }
a { background-color: rgb(93,113,175); }
div.DivClassName
{
background-color: #5D71AF;
}
.BgClassName
{
background-color: #5D71AF;
}
</style>
border-color css
<style>
span { border-color: #5D71AF; }
span { border-color: rgb(93,113,175); }
td.TdClassName
{
border-color: #5D71AF;
}
.TagClassName
{
border-color: #5D71AF;
}
</style>