Shades of Havelock Blue #5A81BC
Tints of Havelock Blue #5A81BC
RGB
CMYK
RGB Variations
Color information
#5A81BC (or 0x5A81BC) is known color: Havelock Blue. HEX triplet: 5A, 81 and BC. RGB value is (90,129,188). Sum of RGB (Red+Green+Blue) = 90+129+188=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A81BC is #A57E43. Grayscale: #7B7B7B. Windows color (decimal): -10845764 or 12353882. OLE color: 12353882.
HSL color Cylindrical-coordinate representation of color #5A81BC: hue angle of 216.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A81BC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 129 | 188 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.26 |
| HSL | 216.12º | 0.42% | 0.55% | - |
| HSV(B) | 216.12º | 0.52% | 0.74% | - |
| XYZ | 21.14 | 21.51 | 50.61 | - |
| YUV | 124.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 188 | 0.52 | 0.31 | 0 | 0.26 | 216.12 | 0.42 | 0.55 |
| Hex | 5A | 81 | BC | 34 | 1F | 0 | 1A | D8 | 2A | 37 |
| Octal | 132 | 201 | 274 | 64 | 37 | 0 | 32 | 330 | 52 | 67 |
| Binary | 1011010 | 10000001 | 10111100 | 110100 | 11111 | 0 | 11010 | 11011000 | 101010 | 110111 |
Color Harmonies of #5A81BC
Complementary color
Monochromatic Colors of #5A81BC
Black with #5A81BC
Text Example
Text Example
White with #5A81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A81BC; }
p { color: rgb(90,129,188); }
H1.HeaderClassName
{
color: #5A81BC;
}
.AnyTagClassName
{
color: #5A81BC;
}
</style>
background-color css
<style>
a { background-color: #5A81BC; }
a { background-color: rgb(90,129,188); }
div.DivClassName
{
background-color: #5A81BC;
}
.BgClassName
{
background-color: #5A81BC;
}
</style>
border-color css
<style>
span { border-color: #5A81BC; }
span { border-color: rgb(90,129,188); }
td.TdClassName
{
border-color: #5A81BC;
}
.TagClassName
{
border-color: #5A81BC;
}
</style>