Shades of Havelock Blue #5376BE
Tints of Havelock Blue #5376BE
RGB
CMYK
RGB Variations
Color information
#5376BE (or 0x5376BE) is known color: Havelock Blue. HEX triplet: 53, 76 and BE. RGB value is (83,118,190). Sum of RGB (Red+Green+Blue) = 83+118+190=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5376BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376BE is #AC8941. Grayscale: #737373. Windows color (decimal): -11307330 or 12482131. OLE color: 12482131.
HSL color Cylindrical-coordinate representation of color #5376BE: hue angle of 220.37º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5376BE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 118 | 190 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.25 |
| HSL | 220.37º | 0.45% | 0.54% | - |
| HSV(B) | 220.37º | 0.56% | 0.75% | - |
| XYZ | 19.34 | 18.51 | 51.27 | - |
| YUV | 115.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 190 | 0.56 | 0.38 | 0 | 0.25 | 220.37 | 0.45 | 0.54 |
| Hex | 53 | 76 | BE | 38 | 26 | 0 | 19 | DC | 2D | 36 |
| Octal | 123 | 166 | 276 | 70 | 46 | 0 | 31 | 334 | 55 | 66 |
| Binary | 1010011 | 1110110 | 10111110 | 111000 | 100110 | 0 | 11001 | 11011100 | 101101 | 110110 |
Color Harmonies of #5376BE
Complementary color
Monochromatic Colors of #5376BE
Black with #5376BE
Text Example
Text Example
White with #5376BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5376BE; }
p { color: rgb(83,118,190); }
H1.HeaderClassName
{
color: #5376BE;
}
.AnyTagClassName
{
color: #5376BE;
}
</style>
background-color css
<style>
a { background-color: #5376BE; }
a { background-color: rgb(83,118,190); }
div.DivClassName
{
background-color: #5376BE;
}
.BgClassName
{
background-color: #5376BE;
}
</style>
border-color css
<style>
span { border-color: #5376BE; }
span { border-color: rgb(83,118,190); }
td.TdClassName
{
border-color: #5376BE;
}
.TagClassName
{
border-color: #5376BE;
}
</style>