Shades of Havelock Blue #5F80CB
Tints of Havelock Blue #5F80CB
RGB
CMYK
RGB Variations
Color information
#5F80CB (or 0x5F80CB) is known color: Havelock Blue. HEX triplet: 5F, 80 and CB. RGB value is (95,128,203). Sum of RGB (Red+Green+Blue) = 95+128+203=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F80CB is #A07F34. Grayscale: #7E7E7E. Windows color (decimal): -10518325 or 13336671. OLE color: 13336671.
HSL color Cylindrical-coordinate representation of color #5F80CB: hue angle of 221.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F80CB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 128 | 203 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.20 |
| HSL | 221.67º | 0.51% | 0.58% | - |
| HSV(B) | 221.67º | 0.53% | 0.8% | - |
| XYZ | 23.22 | 22.18 | 59.56 | - |
| YUV | 126.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 203 | 0.53 | 0.37 | 0 | 0.20 | 221.67 | 0.51 | 0.58 |
| Hex | 5F | 80 | CB | 35 | 25 | 0 | 14 | DE | 33 | 3A |
| Octal | 137 | 200 | 313 | 65 | 45 | 0 | 24 | 336 | 63 | 72 |
| Binary | 1011111 | 10000000 | 11001011 | 110101 | 100101 | 0 | 10100 | 11011110 | 110011 | 111010 |
Color Harmonies of #5F80CB
Complementary color
Monochromatic Colors of #5F80CB
Black with #5F80CB
Text Example
Text Example
White with #5F80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F80CB; }
p { color: rgb(95,128,203); }
H1.HeaderClassName
{
color: #5F80CB;
}
.AnyTagClassName
{
color: #5F80CB;
}
</style>
background-color css
<style>
a { background-color: #5F80CB; }
a { background-color: rgb(95,128,203); }
div.DivClassName
{
background-color: #5F80CB;
}
.BgClassName
{
background-color: #5F80CB;
}
</style>
border-color css
<style>
span { border-color: #5F80CB; }
span { border-color: rgb(95,128,203); }
td.TdClassName
{
border-color: #5F80CB;
}
.TagClassName
{
border-color: #5F80CB;
}
</style>