Shades of Havelock Blue #5088CE
Tints of Havelock Blue #5088CE
RGB
CMYK
RGB Variations
Color information
#5088CE (or 0x5088CE) is known color: Havelock Blue. HEX triplet: 50, 88 and CE. RGB value is (80,136,206). Sum of RGB (Red+Green+Blue) = 80+136+206=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5088CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088CE is #AF7731. Grayscale: #7E7E7E. Windows color (decimal): -11499314 or 13535312. OLE color: 13535312.
HSL color Cylindrical-coordinate representation of color #5088CE: hue angle of 213.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5088CE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 136 | 206 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.19 |
| HSL | 213.33º | 0.56% | 0.56% | - |
| HSV(B) | 213.33º | 0.61% | 0.81% | - |
| XYZ | 23.25 | 23.77 | 61.76 | - |
| YUV | 127.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 206 | 0.61 | 0.34 | 0 | 0.19 | 213.33 | 0.56 | 0.56 |
| Hex | 50 | 88 | CE | 3D | 22 | 0 | 13 | D5 | 38 | 38 |
| Octal | 120 | 210 | 316 | 75 | 42 | 0 | 23 | 325 | 70 | 70 |
| Binary | 1010000 | 10001000 | 11001110 | 111101 | 100010 | 0 | 10011 | 11010101 | 111000 | 111000 |
Color Harmonies of #5088CE
Complementary color
Monochromatic Colors of #5088CE
Black with #5088CE
Text Example
Text Example
White with #5088CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088CE; }
p { color: rgb(80,136,206); }
H1.HeaderClassName
{
color: #5088CE;
}
.AnyTagClassName
{
color: #5088CE;
}
</style>
background-color css
<style>
a { background-color: #5088CE; }
a { background-color: rgb(80,136,206); }
div.DivClassName
{
background-color: #5088CE;
}
.BgClassName
{
background-color: #5088CE;
}
</style>
border-color css
<style>
span { border-color: #5088CE; }
span { border-color: rgb(80,136,206); }
td.TdClassName
{
border-color: #5088CE;
}
.TagClassName
{
border-color: #5088CE;
}
</style>