Shades of Havelock Blue #5D7DBF
Tints of Havelock Blue #5D7DBF
RGB
CMYK
RGB Variations
Color information
#5D7DBF (or 0x5D7DBF) is known color: Havelock Blue. HEX triplet: 5D, 7D and BF. RGB value is (93,125,191). Sum of RGB (Red+Green+Blue) = 93+125+191=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DBF is #A28240. Grayscale: #7A7A7A. Windows color (decimal): -10650177 or 12549469. OLE color: 12549469.
HSL color Cylindrical-coordinate representation of color #5D7DBF: hue angle of 220.41º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7DBF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 125 | 191 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.25 |
| HSL | 220.41º | 0.43% | 0.56% | - |
| HSV(B) | 220.41º | 0.51% | 0.75% | - |
| XYZ | 21.25 | 20.76 | 52.18 | - |
| YUV | 122.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 125 | 191 | 0.51 | 0.35 | 0 | 0.25 | 220.41 | 0.43 | 0.56 |
| Hex | 5D | 7D | BF | 33 | 23 | 0 | 19 | DC | 2B | 38 |
| Octal | 135 | 175 | 277 | 63 | 43 | 0 | 31 | 334 | 53 | 70 |
| Binary | 1011101 | 1111101 | 10111111 | 110011 | 100011 | 0 | 11001 | 11011100 | 101011 | 111000 |
Color Harmonies of #5D7DBF
Complementary color
Monochromatic Colors of #5D7DBF
Black with #5D7DBF
Text Example
Text Example
White with #5D7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7DBF; }
p { color: rgb(93,125,191); }
H1.HeaderClassName
{
color: #5D7DBF;
}
.AnyTagClassName
{
color: #5D7DBF;
}
</style>
background-color css
<style>
a { background-color: #5D7DBF; }
a { background-color: rgb(93,125,191); }
div.DivClassName
{
background-color: #5D7DBF;
}
.BgClassName
{
background-color: #5D7DBF;
}
</style>
border-color css
<style>
span { border-color: #5D7DBF; }
span { border-color: rgb(93,125,191); }
td.TdClassName
{
border-color: #5D7DBF;
}
.TagClassName
{
border-color: #5D7DBF;
}
</style>