Shades of Havelock Blue #5380BD
Tints of Havelock Blue #5380BD
RGB
CMYK
RGB Variations
Color information
#5380BD (or 0x5380BD) is known color: Havelock Blue. HEX triplet: 53, 80 and BD. RGB value is (83,128,189). Sum of RGB (Red+Green+Blue) = 83+128+189=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #5380BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380BD is #AC7F42. Grayscale: #797979. Windows color (decimal): -11304771 or 12419155. OLE color: 12419155.
HSL color Cylindrical-coordinate representation of color #5380BD: hue angle of 214.53º degrees, saturation: 0.45, 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 #5380BD is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 128 | 189 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.26 |
| HSL | 214.53º | 0.45% | 0.53% | - |
| HSV(B) | 214.53º | 0.56% | 0.74% | - |
| XYZ | 20.47 | 20.95 | 51.11 | - |
| YUV | 121.5 | 166.09 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 189 | 0.56 | 0.32 | 0 | 0.26 | 214.53 | 0.45 | 0.53 |
| Hex | 53 | 80 | BD | 38 | 20 | 0 | 1A | D7 | 2D | 35 |
| Octal | 123 | 200 | 275 | 70 | 40 | 0 | 32 | 327 | 55 | 65 |
| Binary | 1010011 | 10000000 | 10111101 | 111000 | 100000 | 0 | 11010 | 11010111 | 101101 | 110101 |
Color Harmonies of #5380BD
Complementary color
Monochromatic Colors of #5380BD
Black with #5380BD
Text Example
Text Example
White with #5380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380BD; }
p { color: rgb(83,128,189); }
H1.HeaderClassName
{
color: #5380BD;
}
.AnyTagClassName
{
color: #5380BD;
}
</style>
background-color css
<style>
a { background-color: #5380BD; }
a { background-color: rgb(83,128,189); }
div.DivClassName
{
background-color: #5380BD;
}
.BgClassName
{
background-color: #5380BD;
}
</style>
border-color css
<style>
span { border-color: #5380BD; }
span { border-color: rgb(83,128,189); }
td.TdClassName
{
border-color: #5380BD;
}
.TagClassName
{
border-color: #5380BD;
}
</style>