Shades of Havelock Blue #5470C1
Tints of Havelock Blue #5470C1
RGB
CMYK
RGB Variations
Color information
#5470C1 (or 0x5470C1) is known color: Havelock Blue. HEX triplet: 54, 70 and C1. RGB value is (84,112,193). Sum of RGB (Red+Green+Blue) = 84+112+193=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #5470C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470C1 is #AB8F3E. Grayscale: #707070. Windows color (decimal): -11243327 or 12677204. OLE color: 12677204.
HSL color Cylindrical-coordinate representation of color #5470C1: hue angle of 224.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5470C1 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 112 | 193 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.24 |
| HSL | 224.59º | 0.47% | 0.54% | - |
| HSV(B) | 224.59º | 0.56% | 0.76% | - |
| XYZ | 19.08 | 17.32 | 52.79 | - |
| YUV | 112.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 193 | 0.56 | 0.42 | 0 | 0.24 | 224.59 | 0.47 | 0.54 |
| Hex | 54 | 70 | C1 | 38 | 2A | 0 | 18 | E1 | 2F | 36 |
| Octal | 124 | 160 | 301 | 70 | 52 | 0 | 30 | 341 | 57 | 66 |
| Binary | 1010100 | 1110000 | 11000001 | 111000 | 101010 | 0 | 11000 | 11100001 | 101111 | 110110 |
Color Harmonies of #5470C1
Complementary color
Monochromatic Colors of #5470C1
Black with #5470C1
Text Example
Text Example
White with #5470C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5470C1; }
p { color: rgb(84,112,193); }
H1.HeaderClassName
{
color: #5470C1;
}
.AnyTagClassName
{
color: #5470C1;
}
</style>
background-color css
<style>
a { background-color: #5470C1; }
a { background-color: rgb(84,112,193); }
div.DivClassName
{
background-color: #5470C1;
}
.BgClassName
{
background-color: #5470C1;
}
</style>
border-color css
<style>
span { border-color: #5470C1; }
span { border-color: rgb(84,112,193); }
td.TdClassName
{
border-color: #5470C1;
}
.TagClassName
{
border-color: #5470C1;
}
</style>