Shades of Havelock Blue #5D80BF
Tints of Havelock Blue #5D80BF
RGB
CMYK
RGB Variations
Color information
#5D80BF (or 0x5D80BF) is known color: Havelock Blue. HEX triplet: 5D, 80 and BF. RGB value is (93,128,191). Sum of RGB (Red+Green+Blue) = 93+128+191=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D80BF is #A27F40. Grayscale: #7C7C7C. Windows color (decimal): -10649409 or 12550237. OLE color: 12550237.
HSL color Cylindrical-coordinate representation of color #5D80BF: hue angle of 218.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D80BF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 128 | 191 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.25 |
| HSL | 218.57º | 0.43% | 0.56% | - |
| HSV(B) | 218.57º | 0.51% | 0.75% | - |
| XYZ | 21.64 | 21.53 | 52.3 | - |
| YUV | 124.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 128 | 191 | 0.51 | 0.33 | 0 | 0.25 | 218.57 | 0.43 | 0.56 |
| Hex | 5D | 80 | BF | 33 | 21 | 0 | 19 | DB | 2B | 38 |
| Octal | 135 | 200 | 277 | 63 | 41 | 0 | 31 | 333 | 53 | 70 |
| Binary | 1011101 | 10000000 | 10111111 | 110011 | 100001 | 0 | 11001 | 11011011 | 101011 | 111000 |
Color Harmonies of #5D80BF
Complementary color
Monochromatic Colors of #5D80BF
Black with #5D80BF
Text Example
Text Example
White with #5D80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D80BF; }
p { color: rgb(93,128,191); }
H1.HeaderClassName
{
color: #5D80BF;
}
.AnyTagClassName
{
color: #5D80BF;
}
</style>
background-color css
<style>
a { background-color: #5D80BF; }
a { background-color: rgb(93,128,191); }
div.DivClassName
{
background-color: #5D80BF;
}
.BgClassName
{
background-color: #5D80BF;
}
</style>
border-color css
<style>
span { border-color: #5D80BF; }
span { border-color: rgb(93,128,191); }
td.TdClassName
{
border-color: #5D80BF;
}
.TagClassName
{
border-color: #5D80BF;
}
</style>