Shades of Havelock Blue #5F81BC
Tints of Havelock Blue #5F81BC
RGB
CMYK
RGB Variations
Color information
#5F81BC (or 0x5F81BC) is known color: Havelock Blue. HEX triplet: 5F, 81 and BC. RGB value is (95,129,188). Sum of RGB (Red+Green+Blue) = 95+129+188=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81BC is #A07E43. Grayscale: #7D7D7D. Windows color (decimal): -10518084 or 12353887. OLE color: 12353887.
HSL color Cylindrical-coordinate representation of color #5F81BC: hue angle of 218.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F81BC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 129 | 188 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.26 |
| HSL | 218.06º | 0.41% | 0.55% | - |
| HSV(B) | 218.06º | 0.49% | 0.74% | - |
| XYZ | 21.65 | 21.76 | 50.64 | - |
| YUV | 125.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 188 | 0.49 | 0.31 | 0 | 0.26 | 218.06 | 0.41 | 0.55 |
| Hex | 5F | 81 | BC | 31 | 1F | 0 | 1A | DA | 29 | 37 |
| Octal | 137 | 201 | 274 | 61 | 37 | 0 | 32 | 332 | 51 | 67 |
| Binary | 1011111 | 10000001 | 10111100 | 110001 | 11111 | 0 | 11010 | 11011010 | 101001 | 110111 |
Color Harmonies of #5F81BC
Complementary color
Monochromatic Colors of #5F81BC
Black with #5F81BC
Text Example
Text Example
White with #5F81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F81BC; }
p { color: rgb(95,129,188); }
H1.HeaderClassName
{
color: #5F81BC;
}
.AnyTagClassName
{
color: #5F81BC;
}
</style>
background-color css
<style>
a { background-color: #5F81BC; }
a { background-color: rgb(95,129,188); }
div.DivClassName
{
background-color: #5F81BC;
}
.BgClassName
{
background-color: #5F81BC;
}
</style>
border-color css
<style>
span { border-color: #5F81BC; }
span { border-color: rgb(95,129,188); }
td.TdClassName
{
border-color: #5F81BC;
}
.TagClassName
{
border-color: #5F81BC;
}
</style>