Shades of Chetwode Blue #5E6DBD
Tints of Chetwode Blue #5E6DBD
RGB
CMYK
RGB Variations
Color information
#5E6DBD (or 0x5E6DBD) is known color: Chetwode Blue. HEX triplet: 5E, 6D and BD. RGB value is (94,109,189). Sum of RGB (Red+Green+Blue) = 94+109+189=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E6DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6DBD is #A19242. Grayscale: #717171. Windows color (decimal): -10588739 or 12414302. OLE color: 12414302.
HSL color Cylindrical-coordinate representation of color #5E6DBD: hue angle of 230.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6DBD is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 94 | 109 | 189 | - |
CMYK | 0.50 | 0.42 | 0 | 0.26 |
HSL | 230.53º | 0.42% | 0.55% | - |
HSV(B) | 230.53º | 0.5% | 0.74% | - |
XYZ | 19.27 | 16.99 | 50.41 | - |
YUV | 113.64 | 170.53 | 114 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 109 | 189 | 0.50 | 0.42 | 0 | 0.26 | 230.53 | 0.42 | 0.55 |
Hex | 5E | 6D | BD | 32 | 2A | 0 | 1A | E7 | 2A | 37 |
Octal | 136 | 155 | 275 | 62 | 52 | 0 | 32 | 347 | 52 | 67 |
Binary | 1011110 | 1101101 | 10111101 | 110010 | 101010 | 0 | 11010 | 11100111 | 101010 | 110111 |
Color Harmonies of #5E6DBD
Complementary color
Monochromatic Colors of #5E6DBD
Black with #5E6DBD
Text Example
Text Example
White with #5E6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6DBD; }
p { color: rgb(94,109,189); }
H1.HeaderClassName
{
color: #5E6DBD;
}
.AnyTagClassName
{
color: #5E6DBD;
}
</style>
background-color css
<style>
a { background-color: #5E6DBD; }
a { background-color: rgb(94,109,189); }
div.DivClassName
{
background-color: #5E6DBD;
}
.BgClassName
{
background-color: #5E6DBD;
}
</style>
border-color css
<style>
span { border-color: #5E6DBD; }
span { border-color: rgb(94,109,189); }
td.TdClassName
{
border-color: #5E6DBD;
}
.TagClassName
{
border-color: #5E6DBD;
}
</style>