Shades of Havelock Blue #5A7BBF
Tints of Havelock Blue #5A7BBF
RGB
CMYK
RGB Variations
Color information
#5A7BBF (or 0x5A7BBF) is known color: Havelock Blue. HEX triplet: 5A, 7B and BF. RGB value is (90,123,191). Sum of RGB (Red+Green+Blue) = 90+123+191=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A7BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BBF is #A58440. Grayscale: #787878. Windows color (decimal): -10847297 or 12548954. OLE color: 12548954.
HSL color Cylindrical-coordinate representation of color #5A7BBF: hue angle of 220.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A7BBF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 123 | 191 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.25 |
| HSL | 220.4º | 0.44% | 0.55% | - |
| HSV(B) | 220.4º | 0.53% | 0.75% | - |
| XYZ | 20.7 | 20.1 | 52.08 | - |
| YUV | 120.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 123 | 191 | 0.53 | 0.36 | 0 | 0.25 | 220.4 | 0.44 | 0.55 |
| Hex | 5A | 7B | BF | 35 | 24 | 0 | 19 | DC | 2C | 37 |
| Octal | 132 | 173 | 277 | 65 | 44 | 0 | 31 | 334 | 54 | 67 |
| Binary | 1011010 | 1111011 | 10111111 | 110101 | 100100 | 0 | 11001 | 11011100 | 101100 | 110111 |
Color Harmonies of #5A7BBF
Complementary color
Monochromatic Colors of #5A7BBF
Black with #5A7BBF
Text Example
Text Example
White with #5A7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7BBF; }
p { color: rgb(90,123,191); }
H1.HeaderClassName
{
color: #5A7BBF;
}
.AnyTagClassName
{
color: #5A7BBF;
}
</style>
background-color css
<style>
a { background-color: #5A7BBF; }
a { background-color: rgb(90,123,191); }
div.DivClassName
{
background-color: #5A7BBF;
}
.BgClassName
{
background-color: #5A7BBF;
}
</style>
border-color css
<style>
span { border-color: #5A7BBF; }
span { border-color: rgb(90,123,191); }
td.TdClassName
{
border-color: #5A7BBF;
}
.TagClassName
{
border-color: #5A7BBF;
}
</style>