Shades of Havelock Blue #5B78AF
Tints of Havelock Blue #5B78AF
RGB
CMYK
RGB Variations
Color information
#5B78AF (or 0x5B78AF) is known color: Havelock Blue. HEX triplet: 5B, 78 and AF. RGB value is (91,120,175). Sum of RGB (Red+Green+Blue) = 91+120+175=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B78AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B78AF is #A48750. Grayscale: #757575. Windows color (decimal): -10782545 or 11499611. OLE color: 11499611.
HSL color Cylindrical-coordinate representation of color #5B78AF: hue angle of 219.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B78AF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 120 | 175 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.31 |
| HSL | 219.29º | 0.34% | 0.52% | - |
| HSV(B) | 219.29º | 0.48% | 0.69% | - |
| XYZ | 18.77 | 18.75 | 43.19 | - |
| YUV | 117.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 175 | 0.48 | 0.31 | 0 | 0.31 | 219.29 | 0.34 | 0.52 |
| Hex | 5B | 78 | AF | 30 | 1F | 0 | 1F | DB | 22 | 34 |
| Octal | 133 | 170 | 257 | 60 | 37 | 0 | 37 | 333 | 42 | 64 |
| Binary | 1011011 | 1111000 | 10101111 | 110000 | 11111 | 0 | 11111 | 11011011 | 100010 | 110100 |
Color Harmonies of #5B78AF
Complementary color
Monochromatic Colors of #5B78AF
Black with #5B78AF
Text Example
Text Example
White with #5B78AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B78AF; }
p { color: rgb(91,120,175); }
H1.HeaderClassName
{
color: #5B78AF;
}
.AnyTagClassName
{
color: #5B78AF;
}
</style>
background-color css
<style>
a { background-color: #5B78AF; }
a { background-color: rgb(91,120,175); }
div.DivClassName
{
background-color: #5B78AF;
}
.BgClassName
{
background-color: #5B78AF;
}
</style>
border-color css
<style>
span { border-color: #5B78AF; }
span { border-color: rgb(91,120,175); }
td.TdClassName
{
border-color: #5B78AF;
}
.TagClassName
{
border-color: #5B78AF;
}
</style>