Shades of Havelock Blue #5088CB
Tints of Havelock Blue #5088CB
RGB
CMYK
RGB Variations
Color information
#5088CB (or 0x5088CB) is known color: Havelock Blue. HEX triplet: 50, 88 and CB. RGB value is (80,136,203). Sum of RGB (Red+Green+Blue) = 80+136+203=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5088CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088CB is #AF7734. Grayscale: #7E7E7E. Windows color (decimal): -11499317 or 13338704. OLE color: 13338704.
HSL color Cylindrical-coordinate representation of color #5088CB: hue angle of 212.68º 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 #5088CB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 136 | 203 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.20 |
| HSL | 212.68º | 0.54% | 0.55% | - |
| HSV(B) | 212.68º | 0.61% | 0.8% | - |
| XYZ | 22.89 | 23.63 | 59.85 | - |
| YUV | 126.89 | 170.95 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 203 | 0.61 | 0.33 | 0 | 0.20 | 212.68 | 0.54 | 0.55 |
| Hex | 50 | 88 | CB | 3D | 21 | 0 | 14 | D5 | 36 | 37 |
| Octal | 120 | 210 | 313 | 75 | 41 | 0 | 24 | 325 | 66 | 67 |
| Binary | 1010000 | 10001000 | 11001011 | 111101 | 100001 | 0 | 10100 | 11010101 | 110110 | 110111 |
Color Harmonies of #5088CB
Complementary color
Monochromatic Colors of #5088CB
Black with #5088CB
Text Example
Text Example
White with #5088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5088CB; }
p { color: rgb(80,136,203); }
H1.HeaderClassName
{
color: #5088CB;
}
.AnyTagClassName
{
color: #5088CB;
}
</style>
background-color css
<style>
a { background-color: #5088CB; }
a { background-color: rgb(80,136,203); }
div.DivClassName
{
background-color: #5088CB;
}
.BgClassName
{
background-color: #5088CB;
}
</style>
border-color css
<style>
span { border-color: #5088CB; }
span { border-color: rgb(80,136,203); }
td.TdClassName
{
border-color: #5088CB;
}
.TagClassName
{
border-color: #5088CB;
}
</style>