Shades of Havelock Blue #5B80BE
Tints of Havelock Blue #5B80BE
RGB
CMYK
RGB Variations
Color information
#5B80BE (or 0x5B80BE) is known color: Havelock Blue. HEX triplet: 5B, 80 and BE. RGB value is (91,128,190). Sum of RGB (Red+Green+Blue) = 91+128+190=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B80BE is #A47F41. Grayscale: #7B7B7B. Windows color (decimal): -10780482 or 12484699. OLE color: 12484699.
HSL color Cylindrical-coordinate representation of color #5B80BE: hue angle of 217.58º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B80BE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 128 | 190 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.25 |
| HSL | 217.58º | 0.43% | 0.55% | - |
| HSV(B) | 217.58º | 0.52% | 0.75% | - |
| XYZ | 21.33 | 21.38 | 51.72 | - |
| YUV | 124.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 190 | 0.52 | 0.33 | 0 | 0.25 | 217.58 | 0.43 | 0.55 |
| Hex | 5B | 80 | BE | 34 | 21 | 0 | 19 | DA | 2B | 37 |
| Octal | 133 | 200 | 276 | 64 | 41 | 0 | 31 | 332 | 53 | 67 |
| Binary | 1011011 | 10000000 | 10111110 | 110100 | 100001 | 0 | 11001 | 11011010 | 101011 | 110111 |
Color Harmonies of #5B80BE
Complementary color
Monochromatic Colors of #5B80BE
Black with #5B80BE
Text Example
Text Example
White with #5B80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B80BE; }
p { color: rgb(91,128,190); }
H1.HeaderClassName
{
color: #5B80BE;
}
.AnyTagClassName
{
color: #5B80BE;
}
</style>
background-color css
<style>
a { background-color: #5B80BE; }
a { background-color: rgb(91,128,190); }
div.DivClassName
{
background-color: #5B80BE;
}
.BgClassName
{
background-color: #5B80BE;
}
</style>
border-color css
<style>
span { border-color: #5B80BE; }
span { border-color: rgb(91,128,190); }
td.TdClassName
{
border-color: #5B80BE;
}
.TagClassName
{
border-color: #5B80BE;
}
</style>