Shades of Havelock Blue #5A7BBB
Tints of Havelock Blue #5A7BBB
RGB
CMYK
RGB Variations
Color information
#5A7BBB (or 0x5A7BBB) is known color: Havelock Blue. HEX triplet: 5A, 7B and BB. RGB value is (90,123,187). Sum of RGB (Red+Green+Blue) = 90+123+187=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BBB is #A58444. Grayscale: #787878. Windows color (decimal): -10847301 or 12286810. OLE color: 12286810.
HSL color Cylindrical-coordinate representation of color #5A7BBB: hue angle of 219.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7BBB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 123 | 187 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.27 |
| HSL | 219.59º | 0.42% | 0.54% | - |
| HSV(B) | 219.59º | 0.52% | 0.73% | - |
| XYZ | 20.27 | 19.93 | 49.79 | - |
| YUV | 120.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 187 | 0.52 | 0.34 | 0 | 0.27 | 219.59 | 0.42 | 0.54 |
| Hex | 5A | 7B | BB | 34 | 22 | 0 | 1B | DC | 2A | 36 |
| Octal | 132 | 173 | 273 | 64 | 42 | 0 | 33 | 334 | 52 | 66 |
| Binary | 1011010 | 1111011 | 10111011 | 110100 | 100010 | 0 | 11011 | 11011100 | 101010 | 110110 |
Color Harmonies of #5A7BBB
Complementary color
Monochromatic Colors of #5A7BBB
Black with #5A7BBB
Text Example
Text Example
White with #5A7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BBB; }
p { color: rgb(90,123,187); }
H1.HeaderClassName
{
color: #5A7BBB;
}
.AnyTagClassName
{
color: #5A7BBB;
}
</style>
background-color css
<style>
a { background-color: #5A7BBB; }
a { background-color: rgb(90,123,187); }
div.DivClassName
{
background-color: #5A7BBB;
}
.BgClassName
{
background-color: #5A7BBB;
}
</style>
border-color css
<style>
span { border-color: #5A7BBB; }
span { border-color: rgb(90,123,187); }
td.TdClassName
{
border-color: #5A7BBB;
}
.TagClassName
{
border-color: #5A7BBB;
}
</style>