Shades of Havelock Blue #5377BB
Tints of Havelock Blue #5377BB
RGB
CMYK
RGB Variations
Color information
#5377BB (or 0x5377BB) is known color: Havelock Blue. HEX triplet: 53, 77 and BB. RGB value is (83,119,187). Sum of RGB (Red+Green+Blue) = 83+119+187=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #5377BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5377BB is #AC8844. Grayscale: #737373. Windows color (decimal): -11307077 or 12285779. OLE color: 12285779.
HSL color Cylindrical-coordinate representation of color #5377BB: hue angle of 219.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5377BB is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 119 | 187 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.27 |
| HSL | 219.23º | 0.43% | 0.53% | - |
| HSV(B) | 219.23º | 0.56% | 0.73% | - |
| XYZ | 19.13 | 18.62 | 49.6 | - |
| YUV | 115.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 187 | 0.56 | 0.36 | 0 | 0.27 | 219.23 | 0.43 | 0.53 |
| Hex | 53 | 77 | BB | 38 | 24 | 0 | 1B | DB | 2B | 35 |
| Octal | 123 | 167 | 273 | 70 | 44 | 0 | 33 | 333 | 53 | 65 |
| Binary | 1010011 | 1110111 | 10111011 | 111000 | 100100 | 0 | 11011 | 11011011 | 101011 | 110101 |
Color Harmonies of #5377BB
Complementary color
Monochromatic Colors of #5377BB
Black with #5377BB
Text Example
Text Example
White with #5377BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377BB; }
p { color: rgb(83,119,187); }
H1.HeaderClassName
{
color: #5377BB;
}
.AnyTagClassName
{
color: #5377BB;
}
</style>
background-color css
<style>
a { background-color: #5377BB; }
a { background-color: rgb(83,119,187); }
div.DivClassName
{
background-color: #5377BB;
}
.BgClassName
{
background-color: #5377BB;
}
</style>
border-color css
<style>
span { border-color: #5377BB; }
span { border-color: rgb(83,119,187); }
td.TdClassName
{
border-color: #5377BB;
}
.TagClassName
{
border-color: #5377BB;
}
</style>