Shades of Chetwode Blue #5D6DBE
Tints of Chetwode Blue #5D6DBE
RGB
CMYK
RGB Variations
Color information
#5D6DBE (or 0x5D6DBE) is known color: Chetwode Blue. HEX triplet: 5D, 6D and BE. RGB value is (93,109,190). Sum of RGB (Red+Green+Blue) = 93+109+190=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6DBE is #A29241. Grayscale: #717171. Windows color (decimal): -10654274 or 12479837. OLE color: 12479837.
HSL color Cylindrical-coordinate representation of color #5D6DBE: hue angle of 230.1º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6DBE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 109 | 190 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.25 |
| HSL | 230.1º | 0.43% | 0.55% | - |
| HSV(B) | 230.1º | 0.51% | 0.75% | - |
| XYZ | 19.28 | 16.98 | 50.98 | - |
| YUV | 113.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 109 | 190 | 0.51 | 0.43 | 0 | 0.25 | 230.1 | 0.43 | 0.55 |
| Hex | 5D | 6D | BE | 33 | 2B | 0 | 19 | E6 | 2B | 37 |
| Octal | 135 | 155 | 276 | 63 | 53 | 0 | 31 | 346 | 53 | 67 |
| Binary | 1011101 | 1101101 | 10111110 | 110011 | 101011 | 0 | 11001 | 11100110 | 101011 | 110111 |
Color Harmonies of #5D6DBE
Complementary color
Monochromatic Colors of #5D6DBE
Black with #5D6DBE
Text Example
Text Example
White with #5D6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6DBE; }
p { color: rgb(93,109,190); }
H1.HeaderClassName
{
color: #5D6DBE;
}
.AnyTagClassName
{
color: #5D6DBE;
}
</style>
background-color css
<style>
a { background-color: #5D6DBE; }
a { background-color: rgb(93,109,190); }
div.DivClassName
{
background-color: #5D6DBE;
}
.BgClassName
{
background-color: #5D6DBE;
}
</style>
border-color css
<style>
span { border-color: #5D6DBE; }
span { border-color: rgb(93,109,190); }
td.TdClassName
{
border-color: #5D6DBE;
}
.TagClassName
{
border-color: #5D6DBE;
}
</style>