Shades of Havelock Blue #5D7FBA
Tints of Havelock Blue #5D7FBA
RGB
CMYK
RGB Variations
Color information
#5D7FBA (or 0x5D7FBA) is known color: Havelock Blue. HEX triplet: 5D, 7F and BA. RGB value is (93,127,186). Sum of RGB (Red+Green+Blue) = 93+127+186=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D7FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7FBA is #A28045. Grayscale: #7B7B7B. Windows color (decimal): -10649670 or 12222301. OLE color: 12222301.
HSL color Cylindrical-coordinate representation of color #5D7FBA: hue angle of 218.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D7FBA is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 127 | 186 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.27 |
| HSL | 218.06º | 0.4% | 0.55% | - |
| HSV(B) | 218.06º | 0.5% | 0.73% | - |
| XYZ | 20.97 | 21.05 | 49.41 | - |
| YUV | 123.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 186 | 0.5 | 0.32 | 0 | 0.27 | 218.06 | 0.4 | 0.55 |
| Hex | 5D | 7F | BA | 32 | 20 | 0 | 1B | DA | 28 | 37 |
| Octal | 135 | 177 | 272 | 62 | 40 | 0 | 33 | 332 | 50 | 67 |
| Binary | 1011101 | 1111111 | 10111010 | 110010 | 100000 | 0 | 11011 | 11011010 | 101000 | 110111 |
Color Harmonies of #5D7FBA
Complementary color
Monochromatic Colors of #5D7FBA
Black with #5D7FBA
Text Example
Text Example
White with #5D7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FBA; }
p { color: rgb(93,127,186); }
H1.HeaderClassName
{
color: #5D7FBA;
}
.AnyTagClassName
{
color: #5D7FBA;
}
</style>
background-color css
<style>
a { background-color: #5D7FBA; }
a { background-color: rgb(93,127,186); }
div.DivClassName
{
background-color: #5D7FBA;
}
.BgClassName
{
background-color: #5D7FBA;
}
</style>
border-color css
<style>
span { border-color: #5D7FBA; }
span { border-color: rgb(93,127,186); }
td.TdClassName
{
border-color: #5D7FBA;
}
.TagClassName
{
border-color: #5D7FBA;
}
</style>