Shades of Havelock Blue #5D78BE
Tints of Havelock Blue #5D78BE
RGB
CMYK
RGB Variations
Color information
#5D78BE (or 0x5D78BE) is known color: Havelock Blue. HEX triplet: 5D, 78 and BE. RGB value is (93,120,190). Sum of RGB (Red+Green+Blue) = 93+120+190=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D78BE is #A28741. Grayscale: #777777. Windows color (decimal): -10651458 or 12482653. OLE color: 12482653.
HSL color Cylindrical-coordinate representation of color #5D78BE: hue angle of 223.3º 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 #5D78BE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 120 | 190 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.25 |
| HSL | 223.3º | 0.43% | 0.55% | - |
| HSV(B) | 223.3º | 0.51% | 0.75% | - |
| XYZ | 20.52 | 19.48 | 51.39 | - |
| YUV | 119.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 190 | 0.51 | 0.37 | 0 | 0.25 | 223.3 | 0.43 | 0.55 |
| Hex | 5D | 78 | BE | 33 | 25 | 0 | 19 | DF | 2B | 37 |
| Octal | 135 | 170 | 276 | 63 | 45 | 0 | 31 | 337 | 53 | 67 |
| Binary | 1011101 | 1111000 | 10111110 | 110011 | 100101 | 0 | 11001 | 11011111 | 101011 | 110111 |
Color Harmonies of #5D78BE
Complementary color
Monochromatic Colors of #5D78BE
Black with #5D78BE
Text Example
Text Example
White with #5D78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D78BE; }
p { color: rgb(93,120,190); }
H1.HeaderClassName
{
color: #5D78BE;
}
.AnyTagClassName
{
color: #5D78BE;
}
</style>
background-color css
<style>
a { background-color: #5D78BE; }
a { background-color: rgb(93,120,190); }
div.DivClassName
{
background-color: #5D78BE;
}
.BgClassName
{
background-color: #5D78BE;
}
</style>
border-color css
<style>
span { border-color: #5D78BE; }
span { border-color: rgb(93,120,190); }
td.TdClassName
{
border-color: #5D78BE;
}
.TagClassName
{
border-color: #5D78BE;
}
</style>