Shades of Havelock Blue #5087CC
Tints of Havelock Blue #5087CC
RGB
CMYK
RGB Variations
Color information
#5087CC (or 0x5087CC) is known color: Havelock Blue. HEX triplet: 50, 87 and CC. RGB value is (80,135,204). Sum of RGB (Red+Green+Blue) = 80+135+204=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5087CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087CC is #AF7833. Grayscale: #7E7E7E. Windows color (decimal): -11499572 or 13403984. OLE color: 13403984.
HSL color Cylindrical-coordinate representation of color #5087CC: hue angle of 213.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5087CC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 135 | 204 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.2 |
| HSL | 213.39º | 0.55% | 0.56% | - |
| HSV(B) | 213.39º | 0.61% | 0.8% | - |
| XYZ | 22.87 | 23.39 | 60.44 | - |
| YUV | 126.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 204 | 0.61 | 0.34 | 0 | 0.2 | 213.39 | 0.55 | 0.56 |
| Hex | 50 | 87 | CC | 3D | 22 | 0 | 14 | D5 | 37 | 38 |
| Octal | 120 | 207 | 314 | 75 | 42 | 0 | 24 | 325 | 67 | 70 |
| Binary | 1010000 | 10000111 | 11001100 | 111101 | 100010 | 0 | 10100 | 11010101 | 110111 | 111000 |
Color Harmonies of #5087CC
Complementary color
Monochromatic Colors of #5087CC
Black with #5087CC
Text Example
Text Example
White with #5087CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087CC; }
p { color: rgb(80,135,204); }
H1.HeaderClassName
{
color: #5087CC;
}
.AnyTagClassName
{
color: #5087CC;
}
</style>
background-color css
<style>
a { background-color: #5087CC; }
a { background-color: rgb(80,135,204); }
div.DivClassName
{
background-color: #5087CC;
}
.BgClassName
{
background-color: #5087CC;
}
</style>
border-color css
<style>
span { border-color: #5087CC; }
span { border-color: rgb(80,135,204); }
td.TdClassName
{
border-color: #5087CC;
}
.TagClassName
{
border-color: #5087CC;
}
</style>