Shades of Chetwode Blue #5D6AAD
Tints of Chetwode Blue #5D6AAD
RGB
CMYK
RGB Variations
Color information
#5D6AAD (or 0x5D6AAD) is known color: Chetwode Blue. HEX triplet: 5D, 6A and AD. RGB value is (93,106,173). Sum of RGB (Red+Green+Blue) = 93+106+173=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6AAD is #A29552. Grayscale: #6D6D6D. Windows color (decimal): -10655059 or 11364957. OLE color: 11364957.
HSL color Cylindrical-coordinate representation of color #5D6AAD: hue angle of 230.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D6AAD is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 106 | 173 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.32 |
| HSL | 230.25º | 0.33% | 0.52% | - |
| HSV(B) | 230.25º | 0.46% | 0.68% | - |
| XYZ | 17.21 | 15.65 | 41.65 | - |
| YUV | 109.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 173 | 0.46 | 0.39 | 0 | 0.32 | 230.25 | 0.33 | 0.52 |
| Hex | 5D | 6A | AD | 2E | 27 | 0 | 20 | E6 | 21 | 34 |
| Octal | 135 | 152 | 255 | 56 | 47 | 0 | 40 | 346 | 41 | 64 |
| Binary | 1011101 | 1101010 | 10101101 | 101110 | 100111 | 0 | 100000 | 11100110 | 100001 | 110100 |
Color Harmonies of #5D6AAD
Complementary color
Monochromatic Colors of #5D6AAD
Black with #5D6AAD
Text Example
Text Example
White with #5D6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6AAD; }
p { color: rgb(93,106,173); }
H1.HeaderClassName
{
color: #5D6AAD;
}
.AnyTagClassName
{
color: #5D6AAD;
}
</style>
background-color css
<style>
a { background-color: #5D6AAD; }
a { background-color: rgb(93,106,173); }
div.DivClassName
{
background-color: #5D6AAD;
}
.BgClassName
{
background-color: #5D6AAD;
}
</style>
border-color css
<style>
span { border-color: #5D6AAD; }
span { border-color: rgb(93,106,173); }
td.TdClassName
{
border-color: #5D6AAD;
}
.TagClassName
{
border-color: #5D6AAD;
}
</style>