Shades of Havelock Blue #5380BF
Tints of Havelock Blue #5380BF
RGB
CMYK
RGB Variations
Color information
#5380BF (or 0x5380BF) is known color: Havelock Blue. HEX triplet: 53, 80 and BF. RGB value is (83,128,191). Sum of RGB (Red+Green+Blue) = 83+128+191=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #5380BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BF is #AC7F40. Grayscale: #797979. Windows color (decimal): -11304769 or 12550227. OLE color: 12550227.
HSL color Cylindrical-coordinate representation of color #5380BF: hue angle of 215º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5380BF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 128 | 191 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.25 |
| HSL | 215º | 0.46% | 0.54% | - |
| HSV(B) | 215º | 0.57% | 0.75% | - |
| XYZ | 20.69 | 21.04 | 52.26 | - |
| YUV | 121.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 191 | 0.57 | 0.33 | 0 | 0.25 | 215 | 0.46 | 0.54 |
| Hex | 53 | 80 | BF | 39 | 21 | 0 | 19 | D7 | 2E | 36 |
| Octal | 123 | 200 | 277 | 71 | 41 | 0 | 31 | 327 | 56 | 66 |
| Binary | 1010011 | 10000000 | 10111111 | 111001 | 100001 | 0 | 11001 | 11010111 | 101110 | 110110 |
Color Harmonies of #5380BF
Complementary color
Monochromatic Colors of #5380BF
Black with #5380BF
Text Example
Text Example
White with #5380BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380BF; }
p { color: rgb(83,128,191); }
H1.HeaderClassName
{
color: #5380BF;
}
.AnyTagClassName
{
color: #5380BF;
}
</style>
background-color css
<style>
a { background-color: #5380BF; }
a { background-color: rgb(83,128,191); }
div.DivClassName
{
background-color: #5380BF;
}
.BgClassName
{
background-color: #5380BF;
}
</style>
border-color css
<style>
span { border-color: #5380BF; }
span { border-color: rgb(83,128,191); }
td.TdClassName
{
border-color: #5380BF;
}
.TagClassName
{
border-color: #5380BF;
}
</style>