Shades of Havelock Blue #5D81BC
Tints of Havelock Blue #5D81BC
RGB
CMYK
RGB Variations
Color information
#5D81BC (or 0x5D81BC) is known color: Havelock Blue. HEX triplet: 5D, 81 and BC. RGB value is (93,129,188). Sum of RGB (Red+Green+Blue) = 93+129+188=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D81BC is #A27E43. Grayscale: #7C7C7C. Windows color (decimal): -10649156 or 12353885. OLE color: 12353885.
HSL color Cylindrical-coordinate representation of color #5D81BC: hue angle of 217.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D81BC is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 129 | 188 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.26 |
| HSL | 217.26º | 0.41% | 0.55% | - |
| HSV(B) | 217.26º | 0.51% | 0.74% | - |
| XYZ | 21.44 | 21.66 | 50.63 | - |
| YUV | 124.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 188 | 0.51 | 0.31 | 0 | 0.26 | 217.26 | 0.41 | 0.55 |
| Hex | 5D | 81 | BC | 33 | 1F | 0 | 1A | D9 | 29 | 37 |
| Octal | 135 | 201 | 274 | 63 | 37 | 0 | 32 | 331 | 51 | 67 |
| Binary | 1011101 | 10000001 | 10111100 | 110011 | 11111 | 0 | 11010 | 11011001 | 101001 | 110111 |
Color Harmonies of #5D81BC
Complementary color
Monochromatic Colors of #5D81BC
Black with #5D81BC
Text Example
Text Example
White with #5D81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D81BC; }
p { color: rgb(93,129,188); }
H1.HeaderClassName
{
color: #5D81BC;
}
.AnyTagClassName
{
color: #5D81BC;
}
</style>
background-color css
<style>
a { background-color: #5D81BC; }
a { background-color: rgb(93,129,188); }
div.DivClassName
{
background-color: #5D81BC;
}
.BgClassName
{
background-color: #5D81BC;
}
</style>
border-color css
<style>
span { border-color: #5D81BC; }
span { border-color: rgb(93,129,188); }
td.TdClassName
{
border-color: #5D81BC;
}
.TagClassName
{
border-color: #5D81BC;
}
</style>