Shades of Chetwode Blue #5D75AB
Tints of Chetwode Blue #5D75AB
RGB
CMYK
RGB Variations
Color information
#5D75AB (or 0x5D75AB) is known color: Chetwode Blue. HEX triplet: 5D, 75 and AB. RGB value is (93,117,171). Sum of RGB (Red+Green+Blue) = 93+117+171=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D75AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D75AB is #A28A54. Grayscale: #737373. Windows color (decimal): -10652245 or 11236701. OLE color: 11236701.
HSL color Cylindrical-coordinate representation of color #5D75AB: hue angle of 221.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D75AB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 117 | 171 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.33 |
| HSL | 221.54º | 0.32% | 0.52% | - |
| HSV(B) | 221.54º | 0.46% | 0.67% | - |
| XYZ | 18.23 | 17.99 | 41.04 | - |
| YUV | 115.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 171 | 0.46 | 0.32 | 0 | 0.33 | 221.54 | 0.32 | 0.52 |
| Hex | 5D | 75 | AB | 2E | 20 | 0 | 21 | DE | 20 | 34 |
| Octal | 135 | 165 | 253 | 56 | 40 | 0 | 41 | 336 | 40 | 64 |
| Binary | 1011101 | 1110101 | 10101011 | 101110 | 100000 | 0 | 100001 | 11011110 | 100000 | 110100 |
Color Harmonies of #5D75AB
Complementary color
Monochromatic Colors of #5D75AB
Black with #5D75AB
Text Example
Text Example
White with #5D75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D75AB; }
p { color: rgb(93,117,171); }
H1.HeaderClassName
{
color: #5D75AB;
}
.AnyTagClassName
{
color: #5D75AB;
}
</style>
background-color css
<style>
a { background-color: #5D75AB; }
a { background-color: rgb(93,117,171); }
div.DivClassName
{
background-color: #5D75AB;
}
.BgClassName
{
background-color: #5D75AB;
}
</style>
border-color css
<style>
span { border-color: #5D75AB; }
span { border-color: rgb(93,117,171); }
td.TdClassName
{
border-color: #5D75AB;
}
.TagClassName
{
border-color: #5D75AB;
}
</style>