Shades of Havelock Blue #5081CB
Tints of Havelock Blue #5081CB
RGB
CMYK
RGB Variations
Color information
#5081CB (or 0x5081CB) is known color: Havelock Blue. HEX triplet: 50, 81 and CB. RGB value is (80,129,203). Sum of RGB (Red+Green+Blue) = 80+129+203=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #5081CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5081CB is #AF7E34. Grayscale: #7A7A7A. Windows color (decimal): -11501109 or 13336912. OLE color: 13336912.
HSL color Cylindrical-coordinate representation of color #5081CB: hue angle of 216.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5081CB is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 129 | 203 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.20 |
| HSL | 216.1º | 0.54% | 0.55% | - |
| HSV(B) | 216.1º | 0.61% | 0.8% | - |
| XYZ | 21.94 | 21.72 | 59.54 | - |
| YUV | 122.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 203 | 0.61 | 0.36 | 0 | 0.20 | 216.1 | 0.54 | 0.55 |
| Hex | 50 | 81 | CB | 3D | 24 | 0 | 14 | D8 | 36 | 37 |
| Octal | 120 | 201 | 313 | 75 | 44 | 0 | 24 | 330 | 66 | 67 |
| Binary | 1010000 | 10000001 | 11001011 | 111101 | 100100 | 0 | 10100 | 11011000 | 110110 | 110111 |
Color Harmonies of #5081CB
Complementary color
Monochromatic Colors of #5081CB
Black with #5081CB
Text Example
Text Example
White with #5081CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5081CB; }
p { color: rgb(80,129,203); }
H1.HeaderClassName
{
color: #5081CB;
}
.AnyTagClassName
{
color: #5081CB;
}
</style>
background-color css
<style>
a { background-color: #5081CB; }
a { background-color: rgb(80,129,203); }
div.DivClassName
{
background-color: #5081CB;
}
.BgClassName
{
background-color: #5081CB;
}
</style>
border-color css
<style>
span { border-color: #5081CB; }
span { border-color: rgb(80,129,203); }
td.TdClassName
{
border-color: #5081CB;
}
.TagClassName
{
border-color: #5081CB;
}
</style>