Shades of Havelock Blue #5380BE
Tints of Havelock Blue #5380BE
RGB
CMYK
RGB Variations
Color information
#5380BE (or 0x5380BE) is known color: Havelock Blue. HEX triplet: 53, 80 and BE. RGB value is (83,128,190). Sum of RGB (Red+Green+Blue) = 83+128+190=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #5380BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BE is #AC7F41. Grayscale: #797979. Windows color (decimal): -11304770 or 12484691. OLE color: 12484691.
HSL color Cylindrical-coordinate representation of color #5380BE: hue angle of 214.77º 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 #5380BE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 128 | 190 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.25 |
| HSL | 214.77º | 0.45% | 0.54% | - |
| HSV(B) | 214.77º | 0.56% | 0.75% | - |
| XYZ | 20.58 | 21 | 51.68 | - |
| YUV | 121.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 190 | 0.56 | 0.33 | 0 | 0.25 | 214.77 | 0.45 | 0.54 |
| Hex | 53 | 80 | BE | 38 | 21 | 0 | 19 | D7 | 2D | 36 |
| Octal | 123 | 200 | 276 | 70 | 41 | 0 | 31 | 327 | 55 | 66 |
| Binary | 1010011 | 10000000 | 10111110 | 111000 | 100001 | 0 | 11001 | 11010111 | 101101 | 110110 |
Color Harmonies of #5380BE
Complementary color
Monochromatic Colors of #5380BE
Black with #5380BE
Text Example
Text Example
White with #5380BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380BE; }
p { color: rgb(83,128,190); }
H1.HeaderClassName
{
color: #5380BE;
}
.AnyTagClassName
{
color: #5380BE;
}
</style>
background-color css
<style>
a { background-color: #5380BE; }
a { background-color: rgb(83,128,190); }
div.DivClassName
{
background-color: #5380BE;
}
.BgClassName
{
background-color: #5380BE;
}
</style>
border-color css
<style>
span { border-color: #5380BE; }
span { border-color: rgb(83,128,190); }
td.TdClassName
{
border-color: #5380BE;
}
.TagClassName
{
border-color: #5380BE;
}
</style>