Shades of Chetwode Blue #5D6CA6
Tints of Chetwode Blue #5D6CA6
RGB
CMYK
RGB Variations
Color information
#5D6CA6 (or 0x5D6CA6) is known color: Chetwode Blue. HEX triplet: 5D, 6C and A6. RGB value is (93,108,166). Sum of RGB (Red+Green+Blue) = 93+108+166=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #5D6CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6CA6 is #A29359. Grayscale: #6D6D6D. Windows color (decimal): -10654554 or 10906717. OLE color: 10906717.
HSL color Cylindrical-coordinate representation of color #5D6CA6: hue angle of 227.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D6CA6 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 108 | 166 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.35 |
| HSL | 227.67º | 0.29% | 0.51% | - |
| HSV(B) | 227.67º | 0.44% | 0.65% | - |
| XYZ | 16.76 | 15.81 | 38.24 | - |
| YUV | 110.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 108 | 166 | 0.44 | 0.35 | 0 | 0.35 | 227.67 | 0.29 | 0.51 |
| Hex | 5D | 6C | A6 | 2C | 23 | 0 | 23 | E4 | 1D | 33 |
| Octal | 135 | 154 | 246 | 54 | 43 | 0 | 43 | 344 | 35 | 63 |
| Binary | 1011101 | 1101100 | 10100110 | 101100 | 100011 | 0 | 100011 | 11100100 | 11101 | 110011 |
Color Harmonies of #5D6CA6
Complementary color
Monochromatic Colors of #5D6CA6
Black with #5D6CA6
Text Example
Text Example
White with #5D6CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6CA6; }
p { color: rgb(93,108,166); }
H1.HeaderClassName
{
color: #5D6CA6;
}
.AnyTagClassName
{
color: #5D6CA6;
}
</style>
background-color css
<style>
a { background-color: #5D6CA6; }
a { background-color: rgb(93,108,166); }
div.DivClassName
{
background-color: #5D6CA6;
}
.BgClassName
{
background-color: #5D6CA6;
}
</style>
border-color css
<style>
span { border-color: #5D6CA6; }
span { border-color: rgb(93,108,166); }
td.TdClassName
{
border-color: #5D6CA6;
}
.TagClassName
{
border-color: #5D6CA6;
}
</style>