Shades of Havelock Blue #5C80BA
Tints of Havelock Blue #5C80BA
RGB
CMYK
RGB Variations
Color information
#5C80BA (or 0x5C80BA) is known color: Havelock Blue. HEX triplet: 5C, 80 and BA. RGB value is (92,128,186). Sum of RGB (Red+Green+Blue) = 92+128+186=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C80BA is #A37F45. Grayscale: #7B7B7B. Windows color (decimal): -10714950 or 12222556. OLE color: 12222556.
HSL color Cylindrical-coordinate representation of color #5C80BA: hue angle of 217.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C80BA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 128 | 186 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.27 |
| HSL | 217.02º | 0.41% | 0.55% | - |
| HSV(B) | 217.02º | 0.51% | 0.73% | - |
| XYZ | 21 | 21.26 | 49.45 | - |
| YUV | 123.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 128 | 186 | 0.51 | 0.31 | 0 | 0.27 | 217.02 | 0.41 | 0.55 |
| Hex | 5C | 80 | BA | 33 | 1F | 0 | 1B | D9 | 29 | 37 |
| Octal | 134 | 200 | 272 | 63 | 37 | 0 | 33 | 331 | 51 | 67 |
| Binary | 1011100 | 10000000 | 10111010 | 110011 | 11111 | 0 | 11011 | 11011001 | 101001 | 110111 |
Color Harmonies of #5C80BA
Complementary color
Monochromatic Colors of #5C80BA
Black with #5C80BA
Text Example
Text Example
White with #5C80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C80BA; }
p { color: rgb(92,128,186); }
H1.HeaderClassName
{
color: #5C80BA;
}
.AnyTagClassName
{
color: #5C80BA;
}
</style>
background-color css
<style>
a { background-color: #5C80BA; }
a { background-color: rgb(92,128,186); }
div.DivClassName
{
background-color: #5C80BA;
}
.BgClassName
{
background-color: #5C80BA;
}
</style>
border-color css
<style>
span { border-color: #5C80BA; }
span { border-color: rgb(92,128,186); }
td.TdClassName
{
border-color: #5C80BA;
}
.TagClassName
{
border-color: #5C80BA;
}
</style>