Shades of Chetwode Blue #5D6ABB
Tints of Chetwode Blue #5D6ABB
RGB
CMYK
RGB Variations
Color information
#5D6ABB (or 0x5D6ABB) is known color: Chetwode Blue. HEX triplet: 5D, 6A and BB. RGB value is (93,106,187). Sum of RGB (Red+Green+Blue) = 93+106+187=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D6ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ABB is #A29544. Grayscale: #6F6F6F. Windows color (decimal): -10655045 or 12282461. OLE color: 12282461.
HSL color Cylindrical-coordinate representation of color #5D6ABB: hue angle of 231.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6ABB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 106 | 187 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.27 |
| HSL | 231.7º | 0.41% | 0.55% | - |
| HSV(B) | 231.7º | 0.5% | 0.73% | - |
| XYZ | 18.64 | 16.22 | 49.16 | - |
| YUV | 111.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 187 | 0.50 | 0.43 | 0 | 0.27 | 231.7 | 0.41 | 0.55 |
| Hex | 5D | 6A | BB | 32 | 2B | 0 | 1B | E8 | 29 | 37 |
| Octal | 135 | 152 | 273 | 62 | 53 | 0 | 33 | 350 | 51 | 67 |
| Binary | 1011101 | 1101010 | 10111011 | 110010 | 101011 | 0 | 11011 | 11101000 | 101001 | 110111 |
Color Harmonies of #5D6ABB
Complementary color
Monochromatic Colors of #5D6ABB
Black with #5D6ABB
Text Example
Text Example
White with #5D6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6ABB; }
p { color: rgb(93,106,187); }
H1.HeaderClassName
{
color: #5D6ABB;
}
.AnyTagClassName
{
color: #5D6ABB;
}
</style>
background-color css
<style>
a { background-color: #5D6ABB; }
a { background-color: rgb(93,106,187); }
div.DivClassName
{
background-color: #5D6ABB;
}
.BgClassName
{
background-color: #5D6ABB;
}
</style>
border-color css
<style>
span { border-color: #5D6ABB; }
span { border-color: rgb(93,106,187); }
td.TdClassName
{
border-color: #5D6ABB;
}
.TagClassName
{
border-color: #5D6ABB;
}
</style>