Shades of Havelock Blue #5D7FBE
Tints of Havelock Blue #5D7FBE
RGB
CMYK
RGB Variations
Color information
#5D7FBE (or 0x5D7FBE) is known color: Havelock Blue. HEX triplet: 5D, 7F and BE. RGB value is (93,127,190). Sum of RGB (Red+Green+Blue) = 93+127+190=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FBE is #A28041. Grayscale: #7B7B7B. Windows color (decimal): -10649666 or 12484445. OLE color: 12484445.
HSL color Cylindrical-coordinate representation of color #5D7FBE: hue angle of 218.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7FBE is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 127 | 190 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.25 |
| HSL | 218.97º | 0.43% | 0.55% | - |
| HSV(B) | 218.97º | 0.51% | 0.75% | - |
| XYZ | 21.4 | 21.22 | 51.68 | - |
| YUV | 124.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 190 | 0.51 | 0.33 | 0 | 0.25 | 218.97 | 0.43 | 0.55 |
| Hex | 5D | 7F | BE | 33 | 21 | 0 | 19 | DB | 2B | 37 |
| Octal | 135 | 177 | 276 | 63 | 41 | 0 | 31 | 333 | 53 | 67 |
| Binary | 1011101 | 1111111 | 10111110 | 110011 | 100001 | 0 | 11001 | 11011011 | 101011 | 110111 |
Color Harmonies of #5D7FBE
Complementary color
Monochromatic Colors of #5D7FBE
Black with #5D7FBE
Text Example
Text Example
White with #5D7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FBE; }
p { color: rgb(93,127,190); }
H1.HeaderClassName
{
color: #5D7FBE;
}
.AnyTagClassName
{
color: #5D7FBE;
}
</style>
background-color css
<style>
a { background-color: #5D7FBE; }
a { background-color: rgb(93,127,190); }
div.DivClassName
{
background-color: #5D7FBE;
}
.BgClassName
{
background-color: #5D7FBE;
}
</style>
border-color css
<style>
span { border-color: #5D7FBE; }
span { border-color: rgb(93,127,190); }
td.TdClassName
{
border-color: #5D7FBE;
}
.TagClassName
{
border-color: #5D7FBE;
}
</style>