Shades of Havelock Blue #5A75BF
Tints of Havelock Blue #5A75BF
RGB
CMYK
RGB Variations
Color information
#5A75BF (or 0x5A75BF) is known color: Havelock Blue. HEX triplet: 5A, 75 and BF. RGB value is (90,117,191). Sum of RGB (Red+Green+Blue) = 90+117+191=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A75BF is #A58A40. Grayscale: #757575. Windows color (decimal): -10848833 or 12547418. OLE color: 12547418.
HSL color Cylindrical-coordinate representation of color #5A75BF: hue angle of 223.96º 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 #5A75BF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 117 | 191 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.25 |
| HSL | 223.96º | 0.44% | 0.55% | - |
| HSV(B) | 223.96º | 0.53% | 0.75% | - |
| XYZ | 19.98 | 18.66 | 51.84 | - |
| YUV | 117.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 191 | 0.53 | 0.39 | 0 | 0.25 | 223.96 | 0.44 | 0.55 |
| Hex | 5A | 75 | BF | 35 | 27 | 0 | 19 | E0 | 2C | 37 |
| Octal | 132 | 165 | 277 | 65 | 47 | 0 | 31 | 340 | 54 | 67 |
| Binary | 1011010 | 1110101 | 10111111 | 110101 | 100111 | 0 | 11001 | 11100000 | 101100 | 110111 |
Color Harmonies of #5A75BF
Complementary color
Monochromatic Colors of #5A75BF
Black with #5A75BF
Text Example
Text Example
White with #5A75BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A75BF; }
p { color: rgb(90,117,191); }
H1.HeaderClassName
{
color: #5A75BF;
}
.AnyTagClassName
{
color: #5A75BF;
}
</style>
background-color css
<style>
a { background-color: #5A75BF; }
a { background-color: rgb(90,117,191); }
div.DivClassName
{
background-color: #5A75BF;
}
.BgClassName
{
background-color: #5A75BF;
}
</style>
border-color css
<style>
span { border-color: #5A75BF; }
span { border-color: rgb(90,117,191); }
td.TdClassName
{
border-color: #5A75BF;
}
.TagClassName
{
border-color: #5A75BF;
}
</style>