Shades of Havelock Blue #5F83D8
Tints of Havelock Blue #5F83D8
RGB
CMYK
RGB Variations
Color information
#5F83D8 (or 0x5F83D8) is known color: Havelock Blue. HEX triplet: 5F, 83 and D8. RGB value is (95,131,216). Sum of RGB (Red+Green+Blue) = 95+131+216=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #5F83D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83D8 is #A07C27. Grayscale: #818181. Windows color (decimal): -10517544 or 14189407. OLE color: 14189407.
HSL color Cylindrical-coordinate representation of color #5F83D8: hue angle of 222.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F83D8 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 131 | 216 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.15 |
| HSL | 222.15º | 0.61% | 0.61% | - |
| HSV(B) | 222.15º | 0.56% | 0.85% | - |
| XYZ | 25.23 | 23.62 | 68.2 | - |
| YUV | 129.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 216 | 0.56 | 0.39 | 0 | 0.15 | 222.15 | 0.61 | 0.61 |
| Hex | 5F | 83 | D8 | 38 | 27 | 0 | F | DE | 3D | 3D |
| Octal | 137 | 203 | 330 | 70 | 47 | 0 | 17 | 336 | 75 | 75 |
| Binary | 1011111 | 10000011 | 11011000 | 111000 | 100111 | 0 | 1111 | 11011110 | 111101 | 111101 |
Color Harmonies of #5F83D8
Complementary color
Monochromatic Colors of #5F83D8
Black with #5F83D8
Text Example
Text Example
White with #5F83D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F83D8; }
p { color: rgb(95,131,216); }
H1.HeaderClassName
{
color: #5F83D8;
}
.AnyTagClassName
{
color: #5F83D8;
}
</style>
background-color css
<style>
a { background-color: #5F83D8; }
a { background-color: rgb(95,131,216); }
div.DivClassName
{
background-color: #5F83D8;
}
.BgClassName
{
background-color: #5F83D8;
}
</style>
border-color css
<style>
span { border-color: #5F83D8; }
span { border-color: rgb(95,131,216); }
td.TdClassName
{
border-color: #5F83D8;
}
.TagClassName
{
border-color: #5F83D8;
}
</style>