Shades of Havelock Blue #5377BC
Tints of Havelock Blue #5377BC
RGB
CMYK
RGB Variations
Color information
#5377BC (or 0x5377BC) is known color: Havelock Blue. HEX triplet: 53, 77 and BC. RGB value is (83,119,188). Sum of RGB (Red+Green+Blue) = 83+119+188=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5377BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377BC is #AC8843. Grayscale: #737373. Windows color (decimal): -11307076 or 12351315. OLE color: 12351315.
HSL color Cylindrical-coordinate representation of color #5377BC: hue angle of 219.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5377BC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 119 | 188 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.26 |
| HSL | 219.43º | 0.44% | 0.53% | - |
| HSV(B) | 219.43º | 0.56% | 0.74% | - |
| XYZ | 19.24 | 18.66 | 50.17 | - |
| YUV | 116.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 188 | 0.56 | 0.37 | 0 | 0.26 | 219.43 | 0.44 | 0.53 |
| Hex | 53 | 77 | BC | 38 | 25 | 0 | 1A | DB | 2C | 35 |
| Octal | 123 | 167 | 274 | 70 | 45 | 0 | 32 | 333 | 54 | 65 |
| Binary | 1010011 | 1110111 | 10111100 | 111000 | 100101 | 0 | 11010 | 11011011 | 101100 | 110101 |
Color Harmonies of #5377BC
Complementary color
Monochromatic Colors of #5377BC
Black with #5377BC
Text Example
Text Example
White with #5377BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377BC; }
p { color: rgb(83,119,188); }
H1.HeaderClassName
{
color: #5377BC;
}
.AnyTagClassName
{
color: #5377BC;
}
</style>
background-color css
<style>
a { background-color: #5377BC; }
a { background-color: rgb(83,119,188); }
div.DivClassName
{
background-color: #5377BC;
}
.BgClassName
{
background-color: #5377BC;
}
</style>
border-color css
<style>
span { border-color: #5377BC; }
span { border-color: rgb(83,119,188); }
td.TdClassName
{
border-color: #5377BC;
}
.TagClassName
{
border-color: #5377BC;
}
</style>