Shades of Havelock Blue #5D78BA
Tints of Havelock Blue #5D78BA
RGB
CMYK
RGB Variations
Color information
#5D78BA (or 0x5D78BA) is known color: Havelock Blue. HEX triplet: 5D, 78 and BA. RGB value is (93,120,186). Sum of RGB (Red+Green+Blue) = 93+120+186=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D78BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D78BA is #A28745. Grayscale: #777777. Windows color (decimal): -10651462 or 12220509. OLE color: 12220509.
HSL color Cylindrical-coordinate representation of color #5D78BA: hue angle of 222.58º 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 #5D78BA is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 120 | 186 | - |
| CMYK | 0.5 | 0.35 | 0 | 0.27 |
| HSL | 222.58º | 0.4% | 0.55% | - |
| HSV(B) | 222.58º | 0.5% | 0.73% | - |
| XYZ | 20.09 | 19.31 | 49.12 | - |
| YUV | 119.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 186 | 0.5 | 0.35 | 0 | 0.27 | 222.58 | 0.4 | 0.55 |
| Hex | 5D | 78 | BA | 32 | 23 | 0 | 1B | DF | 28 | 37 |
| Octal | 135 | 170 | 272 | 62 | 43 | 0 | 33 | 337 | 50 | 67 |
| Binary | 1011101 | 1111000 | 10111010 | 110010 | 100011 | 0 | 11011 | 11011111 | 101000 | 110111 |
Color Harmonies of #5D78BA
Complementary color
Monochromatic Colors of #5D78BA
Black with #5D78BA
Text Example
Text Example
White with #5D78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D78BA; }
p { color: rgb(93,120,186); }
H1.HeaderClassName
{
color: #5D78BA;
}
.AnyTagClassName
{
color: #5D78BA;
}
</style>
background-color css
<style>
a { background-color: #5D78BA; }
a { background-color: rgb(93,120,186); }
div.DivClassName
{
background-color: #5D78BA;
}
.BgClassName
{
background-color: #5D78BA;
}
</style>
border-color css
<style>
span { border-color: #5D78BA; }
span { border-color: rgb(93,120,186); }
td.TdClassName
{
border-color: #5D78BA;
}
.TagClassName
{
border-color: #5D78BA;
}
</style>