Shades of Chetwode Blue #5D75AF
Tints of Chetwode Blue #5D75AF
RGB
CMYK
RGB Variations
Color information
#5D75AF (or 0x5D75AF) is known color: Chetwode Blue. HEX triplet: 5D, 75 and AF. RGB value is (93,117,175). Sum of RGB (Red+Green+Blue) = 93+117+175=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D75AF is #A28A50. Grayscale: #747474. Windows color (decimal): -10652241 or 11498845. OLE color: 11498845.
HSL color Cylindrical-coordinate representation of color #5D75AF: hue angle of 222.44º 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 #5D75AF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 117 | 175 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.31 |
| HSL | 222.44º | 0.34% | 0.53% | - |
| HSV(B) | 222.44º | 0.47% | 0.69% | - |
| XYZ | 18.61 | 18.14 | 43.08 | - |
| YUV | 116.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 175 | 0.47 | 0.33 | 0 | 0.31 | 222.44 | 0.34 | 0.53 |
| Hex | 5D | 75 | AF | 2F | 21 | 0 | 1F | DE | 22 | 35 |
| Octal | 135 | 165 | 257 | 57 | 41 | 0 | 37 | 336 | 42 | 65 |
| Binary | 1011101 | 1110101 | 10101111 | 101111 | 100001 | 0 | 11111 | 11011110 | 100010 | 110101 |
Color Harmonies of #5D75AF
Complementary color
Monochromatic Colors of #5D75AF
Black with #5D75AF
Text Example
Text Example
White with #5D75AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75AF; }
p { color: rgb(93,117,175); }
H1.HeaderClassName
{
color: #5D75AF;
}
.AnyTagClassName
{
color: #5D75AF;
}
</style>
background-color css
<style>
a { background-color: #5D75AF; }
a { background-color: rgb(93,117,175); }
div.DivClassName
{
background-color: #5D75AF;
}
.BgClassName
{
background-color: #5D75AF;
}
</style>
border-color css
<style>
span { border-color: #5D75AF; }
span { border-color: rgb(93,117,175); }
td.TdClassName
{
border-color: #5D75AF;
}
.TagClassName
{
border-color: #5D75AF;
}
</style>