Shades of Havelock Blue #5F80CC
Tints of Havelock Blue #5F80CC
RGB
CMYK
RGB Variations
Color information
#5F80CC (or 0x5F80CC) is known color: Havelock Blue. HEX triplet: 5F, 80 and CC. RGB value is (95,128,204). Sum of RGB (Red+Green+Blue) = 95+128+204=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80CC is #A07F33. Grayscale: #7E7E7E. Windows color (decimal): -10518324 or 13402207. OLE color: 13402207.
HSL color Cylindrical-coordinate representation of color #5F80CC: hue angle of 221.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F80CC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 128 | 204 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.2 |
| HSL | 221.83º | 0.52% | 0.59% | - |
| HSV(B) | 221.83º | 0.53% | 0.8% | - |
| XYZ | 23.34 | 22.23 | 60.19 | - |
| YUV | 126.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 204 | 0.53 | 0.37 | 0 | 0.2 | 221.83 | 0.52 | 0.59 |
| Hex | 5F | 80 | CC | 35 | 25 | 0 | 14 | DE | 34 | 3B |
| Octal | 137 | 200 | 314 | 65 | 45 | 0 | 24 | 336 | 64 | 73 |
| Binary | 1011111 | 10000000 | 11001100 | 110101 | 100101 | 0 | 10100 | 11011110 | 110100 | 111011 |
Color Harmonies of #5F80CC
Complementary color
Monochromatic Colors of #5F80CC
Black with #5F80CC
Text Example
Text Example
White with #5F80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80CC; }
p { color: rgb(95,128,204); }
H1.HeaderClassName
{
color: #5F80CC;
}
.AnyTagClassName
{
color: #5F80CC;
}
</style>
background-color css
<style>
a { background-color: #5F80CC; }
a { background-color: rgb(95,128,204); }
div.DivClassName
{
background-color: #5F80CC;
}
.BgClassName
{
background-color: #5F80CC;
}
</style>
border-color css
<style>
span { border-color: #5F80CC; }
span { border-color: rgb(95,128,204); }
td.TdClassName
{
border-color: #5F80CC;
}
.TagClassName
{
border-color: #5F80CC;
}
</style>