Shades of Havelock Blue #5A7FBE
Tints of Havelock Blue #5A7FBE
RGB
CMYK
RGB Variations
Color information
#5A7FBE (or 0x5A7FBE) is known color: Havelock Blue. HEX triplet: 5A, 7F and BE. RGB value is (90,127,190). Sum of RGB (Red+Green+Blue) = 90+127+190=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7FBE is #A58041. Grayscale: #7A7A7A. Windows color (decimal): -10846274 or 12484442. OLE color: 12484442.
HSL color Cylindrical-coordinate representation of color #5A7FBE: hue angle of 217.8º degrees, saturation: 0.43, 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 #5A7FBE is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 127 | 190 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.25 |
| HSL | 217.8º | 0.43% | 0.55% | - |
| HSV(B) | 217.8º | 0.53% | 0.75% | - |
| XYZ | 21.1 | 21.07 | 51.67 | - |
| YUV | 123.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 190 | 0.53 | 0.33 | 0 | 0.25 | 217.8 | 0.43 | 0.55 |
| Hex | 5A | 7F | BE | 35 | 21 | 0 | 19 | DA | 2B | 37 |
| Octal | 132 | 177 | 276 | 65 | 41 | 0 | 31 | 332 | 53 | 67 |
| Binary | 1011010 | 1111111 | 10111110 | 110101 | 100001 | 0 | 11001 | 11011010 | 101011 | 110111 |
Color Harmonies of #5A7FBE
Complementary color
Monochromatic Colors of #5A7FBE
Black with #5A7FBE
Text Example
Text Example
White with #5A7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7FBE; }
p { color: rgb(90,127,190); }
H1.HeaderClassName
{
color: #5A7FBE;
}
.AnyTagClassName
{
color: #5A7FBE;
}
</style>
background-color css
<style>
a { background-color: #5A7FBE; }
a { background-color: rgb(90,127,190); }
div.DivClassName
{
background-color: #5A7FBE;
}
.BgClassName
{
background-color: #5A7FBE;
}
</style>
border-color css
<style>
span { border-color: #5A7FBE; }
span { border-color: rgb(90,127,190); }
td.TdClassName
{
border-color: #5A7FBE;
}
.TagClassName
{
border-color: #5A7FBE;
}
</style>