Shades of Havelock Blue #5B81BC
Tints of Havelock Blue #5B81BC
RGB
CMYK
RGB Variations
Color information
#5B81BC (or 0x5B81BC) is known color: Havelock Blue. HEX triplet: 5B, 81 and BC. RGB value is (91,129,188). Sum of RGB (Red+Green+Blue) = 91+129+188=408 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.30% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B81BC is #A47E43. Grayscale: #7C7C7C. Windows color (decimal): -10780228 or 12353883. OLE color: 12353883.
HSL color Cylindrical-coordinate representation of color #5B81BC: hue angle of 216.49º 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 #5B81BC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 129 | 188 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.26 |
| HSL | 216.49º | 0.42% | 0.55% | - |
| HSV(B) | 216.49º | 0.52% | 0.74% | - |
| XYZ | 21.24 | 21.56 | 50.62 | - |
| YUV | 124.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 188 | 0.52 | 0.31 | 0 | 0.26 | 216.49 | 0.42 | 0.55 |
| Hex | 5B | 81 | BC | 34 | 1F | 0 | 1A | D8 | 2A | 37 |
| Octal | 133 | 201 | 274 | 64 | 37 | 0 | 32 | 330 | 52 | 67 |
| Binary | 1011011 | 10000001 | 10111100 | 110100 | 11111 | 0 | 11010 | 11011000 | 101010 | 110111 |
Color Harmonies of #5B81BC
Complementary color
Monochromatic Colors of #5B81BC
Black with #5B81BC
Text Example
Text Example
White with #5B81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B81BC; }
p { color: rgb(91,129,188); }
H1.HeaderClassName
{
color: #5B81BC;
}
.AnyTagClassName
{
color: #5B81BC;
}
</style>
background-color css
<style>
a { background-color: #5B81BC; }
a { background-color: rgb(91,129,188); }
div.DivClassName
{
background-color: #5B81BC;
}
.BgClassName
{
background-color: #5B81BC;
}
</style>
border-color css
<style>
span { border-color: #5B81BC; }
span { border-color: rgb(91,129,188); }
td.TdClassName
{
border-color: #5B81BC;
}
.TagClassName
{
border-color: #5B81BC;
}
</style>