Shades of Chetwode Blue #5D6DBA
Tints of Chetwode Blue #5D6DBA
RGB
CMYK
RGB Variations
Color information
#5D6DBA (or 0x5D6DBA) is known color: Chetwode Blue. HEX triplet: 5D, 6D and BA. RGB value is (93,109,186). Sum of RGB (Red+Green+Blue) = 93+109+186=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D6DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6DBA is #A29245. Grayscale: #707070. Windows color (decimal): -10654278 or 12217693. OLE color: 12217693.
HSL color Cylindrical-coordinate representation of color #5D6DBA: hue angle of 229.68º 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 #5D6DBA is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 109 | 186 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.27 |
| HSL | 229.68º | 0.4% | 0.55% | - |
| HSV(B) | 229.68º | 0.5% | 0.73% | - |
| XYZ | 18.85 | 16.81 | 48.71 | - |
| YUV | 112.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 186 | 0.5 | 0.41 | 0 | 0.27 | 229.68 | 0.4 | 0.55 |
| Hex | 5D | 6D | BA | 32 | 29 | 0 | 1B | E6 | 28 | 37 |
| Octal | 135 | 155 | 272 | 62 | 51 | 0 | 33 | 346 | 50 | 67 |
| Binary | 1011101 | 1101101 | 10111010 | 110010 | 101001 | 0 | 11011 | 11100110 | 101000 | 110111 |
Color Harmonies of #5D6DBA
Complementary color
Monochromatic Colors of #5D6DBA
Black with #5D6DBA
Text Example
Text Example
White with #5D6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6DBA; }
p { color: rgb(93,109,186); }
H1.HeaderClassName
{
color: #5D6DBA;
}
.AnyTagClassName
{
color: #5D6DBA;
}
</style>
background-color css
<style>
a { background-color: #5D6DBA; }
a { background-color: rgb(93,109,186); }
div.DivClassName
{
background-color: #5D6DBA;
}
.BgClassName
{
background-color: #5D6DBA;
}
</style>
border-color css
<style>
span { border-color: #5D6DBA; }
span { border-color: rgb(93,109,186); }
td.TdClassName
{
border-color: #5D6DBA;
}
.TagClassName
{
border-color: #5D6DBA;
}
</style>