Shades of Havelock Blue #5F80CA
Tints of Havelock Blue #5F80CA
RGB
CMYK
RGB Variations
Color information
#5F80CA (or 0x5F80CA) is known color: Havelock Blue. HEX triplet: 5F, 80 and CA. RGB value is (95,128,202). Sum of RGB (Red+Green+Blue) = 95+128+202=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80CA is #A07F35. Grayscale: #7E7E7E. Windows color (decimal): -10518326 or 13271135. OLE color: 13271135.
HSL color Cylindrical-coordinate representation of color #5F80CA: hue angle of 221.5º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F80CA is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 128 | 202 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.21 |
| HSL | 221.5º | 0.5% | 0.58% | - |
| HSV(B) | 221.5º | 0.53% | 0.79% | - |
| XYZ | 23.1 | 22.14 | 58.93 | - |
| YUV | 126.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 202 | 0.53 | 0.37 | 0 | 0.21 | 221.5 | 0.5 | 0.58 |
| Hex | 5F | 80 | CA | 35 | 25 | 0 | 15 | DD | 32 | 3A |
| Octal | 137 | 200 | 312 | 65 | 45 | 0 | 25 | 335 | 62 | 72 |
| Binary | 1011111 | 10000000 | 11001010 | 110101 | 100101 | 0 | 10101 | 11011101 | 110010 | 111010 |
Color Harmonies of #5F80CA
Complementary color
Monochromatic Colors of #5F80CA
Black with #5F80CA
Text Example
Text Example
White with #5F80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80CA; }
p { color: rgb(95,128,202); }
H1.HeaderClassName
{
color: #5F80CA;
}
.AnyTagClassName
{
color: #5F80CA;
}
</style>
background-color css
<style>
a { background-color: #5F80CA; }
a { background-color: rgb(95,128,202); }
div.DivClassName
{
background-color: #5F80CA;
}
.BgClassName
{
background-color: #5F80CA;
}
</style>
border-color css
<style>
span { border-color: #5F80CA; }
span { border-color: rgb(95,128,202); }
td.TdClassName
{
border-color: #5F80CA;
}
.TagClassName
{
border-color: #5F80CA;
}
</style>