Shades of Chetwode Blue #5D6AAE
Tints of Chetwode Blue #5D6AAE
RGB
CMYK
RGB Variations
Color information
#5D6AAE (or 0x5D6AAE) is known color: Chetwode Blue. HEX triplet: 5D, 6A and AE. RGB value is (93,106,174). Sum of RGB (Red+Green+Blue) = 93+106+174=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6AAE is #A29551. Grayscale: #6D6D6D. Windows color (decimal): -10655058 or 11430493. OLE color: 11430493.
HSL color Cylindrical-coordinate representation of color #5D6AAE: hue angle of 230.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D6AAE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 106 | 174 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.32 |
| HSL | 230.37º | 0.33% | 0.52% | - |
| HSV(B) | 230.37º | 0.47% | 0.68% | - |
| XYZ | 17.31 | 15.69 | 42.16 | - |
| YUV | 109.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 174 | 0.47 | 0.39 | 0 | 0.32 | 230.37 | 0.33 | 0.52 |
| Hex | 5D | 6A | AE | 2F | 27 | 0 | 20 | E6 | 21 | 34 |
| Octal | 135 | 152 | 256 | 57 | 47 | 0 | 40 | 346 | 41 | 64 |
| Binary | 1011101 | 1101010 | 10101110 | 101111 | 100111 | 0 | 100000 | 11100110 | 100001 | 110100 |
Color Harmonies of #5D6AAE
Complementary color
Monochromatic Colors of #5D6AAE
Black with #5D6AAE
Text Example
Text Example
White with #5D6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6AAE; }
p { color: rgb(93,106,174); }
H1.HeaderClassName
{
color: #5D6AAE;
}
.AnyTagClassName
{
color: #5D6AAE;
}
</style>
background-color css
<style>
a { background-color: #5D6AAE; }
a { background-color: rgb(93,106,174); }
div.DivClassName
{
background-color: #5D6AAE;
}
.BgClassName
{
background-color: #5D6AAE;
}
</style>
border-color css
<style>
span { border-color: #5D6AAE; }
span { border-color: rgb(93,106,174); }
td.TdClassName
{
border-color: #5D6AAE;
}
.TagClassName
{
border-color: #5D6AAE;
}
</style>