Shades of Chetwode Blue #5D6BBA
Tints of Chetwode Blue #5D6BBA
RGB
CMYK
RGB Variations
Color information
#5D6BBA (or 0x5D6BBA) is known color: Chetwode Blue. HEX triplet: 5D, 6B and BA. RGB value is (93,107,186). Sum of RGB (Red+Green+Blue) = 93+107+186=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6BBA is #A29445. Grayscale: #6F6F6F. Windows color (decimal): -10654790 or 12217181. OLE color: 12217181.
HSL color Cylindrical-coordinate representation of color #5D6BBA: hue angle of 230.97º degrees, saturation: 0.4, 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 #5D6BBA is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 107 | 186 | - |
| CMYK | 0.5 | 0.42 | 0 | 0.27 |
| HSL | 230.97º | 0.4% | 0.55% | - |
| HSV(B) | 230.97º | 0.5% | 0.73% | - |
| XYZ | 18.63 | 16.39 | 48.64 | - |
| YUV | 111.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 186 | 0.5 | 0.42 | 0 | 0.27 | 230.97 | 0.4 | 0.55 |
| Hex | 5D | 6B | BA | 32 | 2A | 0 | 1B | E7 | 28 | 37 |
| Octal | 135 | 153 | 272 | 62 | 52 | 0 | 33 | 347 | 50 | 67 |
| Binary | 1011101 | 1101011 | 10111010 | 110010 | 101010 | 0 | 11011 | 11100111 | 101000 | 110111 |
Color Harmonies of #5D6BBA
Complementary color
Monochromatic Colors of #5D6BBA
Black with #5D6BBA
Text Example
Text Example
White with #5D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6BBA; }
p { color: rgb(93,107,186); }
H1.HeaderClassName
{
color: #5D6BBA;
}
.AnyTagClassName
{
color: #5D6BBA;
}
</style>
background-color css
<style>
a { background-color: #5D6BBA; }
a { background-color: rgb(93,107,186); }
div.DivClassName
{
background-color: #5D6BBA;
}
.BgClassName
{
background-color: #5D6BBA;
}
</style>
border-color css
<style>
span { border-color: #5D6BBA; }
span { border-color: rgb(93,107,186); }
td.TdClassName
{
border-color: #5D6BBA;
}
.TagClassName
{
border-color: #5D6BBA;
}
</style>