Shades of Havelock Blue #5B80CD
Tints of Havelock Blue #5B80CD
RGB
CMYK
RGB Variations
Color information
#5B80CD (or 0x5B80CD) is known color: Havelock Blue. HEX triplet: 5B, 80 and CD. RGB value is (91,128,205). Sum of RGB (Red+Green+Blue) = 91+128+205=424 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.46% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B80CD is #A47F32. Grayscale: #7D7D7D. Windows color (decimal): -10780467 or 13467739. OLE color: 13467739.
HSL color Cylindrical-coordinate representation of color #5B80CD: hue angle of 220.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B80CD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 128 | 205 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.20 |
| HSL | 220.53º | 0.53% | 0.58% | - |
| HSV(B) | 220.53º | 0.56% | 0.8% | - |
| XYZ | 23.05 | 22.07 | 60.8 | - |
| YUV | 125.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 205 | 0.56 | 0.38 | 0 | 0.20 | 220.53 | 0.53 | 0.58 |
| Hex | 5B | 80 | CD | 38 | 26 | 0 | 14 | DD | 35 | 3A |
| Octal | 133 | 200 | 315 | 70 | 46 | 0 | 24 | 335 | 65 | 72 |
| Binary | 1011011 | 10000000 | 11001101 | 111000 | 100110 | 0 | 10100 | 11011101 | 110101 | 111010 |
Color Harmonies of #5B80CD
Complementary color
Monochromatic Colors of #5B80CD
Black with #5B80CD
Text Example
Text Example
White with #5B80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B80CD; }
p { color: rgb(91,128,205); }
H1.HeaderClassName
{
color: #5B80CD;
}
.AnyTagClassName
{
color: #5B80CD;
}
</style>
background-color css
<style>
a { background-color: #5B80CD; }
a { background-color: rgb(91,128,205); }
div.DivClassName
{
background-color: #5B80CD;
}
.BgClassName
{
background-color: #5B80CD;
}
</style>
border-color css
<style>
span { border-color: #5B80CD; }
span { border-color: rgb(91,128,205); }
td.TdClassName
{
border-color: #5B80CD;
}
.TagClassName
{
border-color: #5B80CD;
}
</style>