Shades of Havelock Blue #5D7DBD
Tints of Havelock Blue #5D7DBD
RGB
CMYK
RGB Variations
Color information
#5D7DBD (or 0x5D7DBD) is known color: Havelock Blue. HEX triplet: 5D, 7D and BD. RGB value is (93,125,189). Sum of RGB (Red+Green+Blue) = 93+125+189=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D7DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DBD is #A28242. Grayscale: #7A7A7A. Windows color (decimal): -10650179 or 12418397. OLE color: 12418397.
HSL color Cylindrical-coordinate representation of color #5D7DBD: hue angle of 220º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7DBD is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 125 | 189 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.26 |
| HSL | 220º | 0.42% | 0.55% | - |
| HSV(B) | 220º | 0.51% | 0.74% | - |
| XYZ | 21.03 | 20.67 | 51.02 | - |
| YUV | 122.73 | 165.4 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 125 | 189 | 0.51 | 0.34 | 0 | 0.26 | 220 | 0.42 | 0.55 |
| Hex | 5D | 7D | BD | 33 | 22 | 0 | 1A | DC | 2A | 37 |
| Octal | 135 | 175 | 275 | 63 | 42 | 0 | 32 | 334 | 52 | 67 |
| Binary | 1011101 | 1111101 | 10111101 | 110011 | 100010 | 0 | 11010 | 11011100 | 101010 | 110111 |
Color Harmonies of #5D7DBD
Complementary color
Monochromatic Colors of #5D7DBD
Black with #5D7DBD
Text Example
Text Example
White with #5D7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7DBD; }
p { color: rgb(93,125,189); }
H1.HeaderClassName
{
color: #5D7DBD;
}
.AnyTagClassName
{
color: #5D7DBD;
}
</style>
background-color css
<style>
a { background-color: #5D7DBD; }
a { background-color: rgb(93,125,189); }
div.DivClassName
{
background-color: #5D7DBD;
}
.BgClassName
{
background-color: #5D7DBD;
}
</style>
border-color css
<style>
span { border-color: #5D7DBD; }
span { border-color: rgb(93,125,189); }
td.TdClassName
{
border-color: #5D7DBD;
}
.TagClassName
{
border-color: #5D7DBD;
}
</style>