Shades of Havelock Blue #5D84BE
Tints of Havelock Blue #5D84BE
RGB
CMYK
RGB Variations
Color information
#5D84BE (or 0x5D84BE) is known color: Havelock Blue. HEX triplet: 5D, 84 and BE. RGB value is (93,132,190). Sum of RGB (Red+Green+Blue) = 93+132+190=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D84BE is #A27B41. Grayscale: #7E7E7E. Windows color (decimal): -10648386 or 12485725. OLE color: 12485725.
HSL color Cylindrical-coordinate representation of color #5D84BE: hue angle of 215.88º 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 #5D84BE is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 132 | 190 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.25 |
| HSL | 215.88º | 0.43% | 0.55% | - |
| HSV(B) | 215.88º | 0.51% | 0.75% | - |
| XYZ | 22.06 | 22.55 | 51.9 | - |
| YUV | 126.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 190 | 0.51 | 0.31 | 0 | 0.25 | 215.88 | 0.43 | 0.55 |
| Hex | 5D | 84 | BE | 33 | 1F | 0 | 19 | D8 | 2B | 37 |
| Octal | 135 | 204 | 276 | 63 | 37 | 0 | 31 | 330 | 53 | 67 |
| Binary | 1011101 | 10000100 | 10111110 | 110011 | 11111 | 0 | 11001 | 11011000 | 101011 | 110111 |
Color Harmonies of #5D84BE
Complementary color
Monochromatic Colors of #5D84BE
Black with #5D84BE
Text Example
Text Example
White with #5D84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84BE; }
p { color: rgb(93,132,190); }
H1.HeaderClassName
{
color: #5D84BE;
}
.AnyTagClassName
{
color: #5D84BE;
}
</style>
background-color css
<style>
a { background-color: #5D84BE; }
a { background-color: rgb(93,132,190); }
div.DivClassName
{
background-color: #5D84BE;
}
.BgClassName
{
background-color: #5D84BE;
}
</style>
border-color css
<style>
span { border-color: #5D84BE; }
span { border-color: rgb(93,132,190); }
td.TdClassName
{
border-color: #5D84BE;
}
.TagClassName
{
border-color: #5D84BE;
}
</style>