Shades of Havelock Blue #5A7CBB
Tints of Havelock Blue #5A7CBB
RGB
CMYK
RGB Variations
Color information
#5A7CBB (or 0x5A7CBB) is known color: Havelock Blue. HEX triplet: 5A, 7C and BB. RGB value is (90,124,187). Sum of RGB (Red+Green+Blue) = 90+124+187=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A7CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CBB is #A58344. Grayscale: #787878. Windows color (decimal): -10847045 or 12287066. OLE color: 12287066.
HSL color Cylindrical-coordinate representation of color #5A7CBB: hue angle of 218.97º 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 #5A7CBB is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 124 | 187 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.27 |
| HSL | 218.97º | 0.42% | 0.54% | - |
| HSV(B) | 218.97º | 0.52% | 0.73% | - |
| XYZ | 20.39 | 20.18 | 49.83 | - |
| YUV | 121.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 187 | 0.52 | 0.34 | 0 | 0.27 | 218.97 | 0.42 | 0.54 |
| Hex | 5A | 7C | BB | 34 | 22 | 0 | 1B | DB | 2A | 36 |
| Octal | 132 | 174 | 273 | 64 | 42 | 0 | 33 | 333 | 52 | 66 |
| Binary | 1011010 | 1111100 | 10111011 | 110100 | 100010 | 0 | 11011 | 11011011 | 101010 | 110110 |
Color Harmonies of #5A7CBB
Complementary color
Monochromatic Colors of #5A7CBB
Black with #5A7CBB
Text Example
Text Example
White with #5A7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7CBB; }
p { color: rgb(90,124,187); }
H1.HeaderClassName
{
color: #5A7CBB;
}
.AnyTagClassName
{
color: #5A7CBB;
}
</style>
background-color css
<style>
a { background-color: #5A7CBB; }
a { background-color: rgb(90,124,187); }
div.DivClassName
{
background-color: #5A7CBB;
}
.BgClassName
{
background-color: #5A7CBB;
}
</style>
border-color css
<style>
span { border-color: #5A7CBB; }
span { border-color: rgb(90,124,187); }
td.TdClassName
{
border-color: #5A7CBB;
}
.TagClassName
{
border-color: #5A7CBB;
}
</style>