Shades of Havelock Blue #5B76BC
Tints of Havelock Blue #5B76BC
RGB
CMYK
RGB Variations
Color information
#5B76BC (or 0x5B76BC) is known color: Havelock Blue. HEX triplet: 5B, 76 and BC. RGB value is (91,118,188). Sum of RGB (Red+Green+Blue) = 91+118+188=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B76BC is #A48943. Grayscale: #757575. Windows color (decimal): -10783044 or 12351067. OLE color: 12351067.
HSL color Cylindrical-coordinate representation of color #5B76BC: hue angle of 223.3º 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 #5B76BC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 118 | 188 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.26 |
| HSL | 223.3º | 0.42% | 0.55% | - |
| HSV(B) | 223.3º | 0.52% | 0.74% | - |
| XYZ | 19.87 | 18.81 | 50.16 | - |
| YUV | 117.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 188 | 0.52 | 0.37 | 0 | 0.26 | 223.3 | 0.42 | 0.55 |
| Hex | 5B | 76 | BC | 34 | 25 | 0 | 1A | DF | 2A | 37 |
| Octal | 133 | 166 | 274 | 64 | 45 | 0 | 32 | 337 | 52 | 67 |
| Binary | 1011011 | 1110110 | 10111100 | 110100 | 100101 | 0 | 11010 | 11011111 | 101010 | 110111 |
Color Harmonies of #5B76BC
Complementary color
Monochromatic Colors of #5B76BC
Black with #5B76BC
Text Example
Text Example
White with #5B76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B76BC; }
p { color: rgb(91,118,188); }
H1.HeaderClassName
{
color: #5B76BC;
}
.AnyTagClassName
{
color: #5B76BC;
}
</style>
background-color css
<style>
a { background-color: #5B76BC; }
a { background-color: rgb(91,118,188); }
div.DivClassName
{
background-color: #5B76BC;
}
.BgClassName
{
background-color: #5B76BC;
}
</style>
border-color css
<style>
span { border-color: #5B76BC; }
span { border-color: rgb(91,118,188); }
td.TdClassName
{
border-color: #5B76BC;
}
.TagClassName
{
border-color: #5B76BC;
}
</style>