Shades of Havelock Blue #5474C2
Tints of Havelock Blue #5474C2
RGB
CMYK
RGB Variations
Color information
#5474C2 (or 0x5474C2) is known color: Havelock Blue. HEX triplet: 54, 74 and C2. RGB value is (84,116,194). Sum of RGB (Red+Green+Blue) = 84+116+194=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #5474C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474C2 is #AB8B3D. Grayscale: #727272. Windows color (decimal): -11242302 or 12743764. OLE color: 12743764.
HSL color Cylindrical-coordinate representation of color #5474C2: hue angle of 222.55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5474C2 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 116 | 194 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.24 |
| HSL | 222.55º | 0.47% | 0.55% | - |
| HSV(B) | 222.55º | 0.57% | 0.76% | - |
| XYZ | 19.64 | 18.27 | 53.53 | - |
| YUV | 115.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 194 | 0.57 | 0.40 | 0 | 0.24 | 222.55 | 0.47 | 0.55 |
| Hex | 54 | 74 | C2 | 39 | 28 | 0 | 18 | DF | 2F | 37 |
| Octal | 124 | 164 | 302 | 71 | 50 | 0 | 30 | 337 | 57 | 67 |
| Binary | 1010100 | 1110100 | 11000010 | 111001 | 101000 | 0 | 11000 | 11011111 | 101111 | 110111 |
Color Harmonies of #5474C2
Complementary color
Monochromatic Colors of #5474C2
Black with #5474C2
Text Example
Text Example
White with #5474C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474C2; }
p { color: rgb(84,116,194); }
H1.HeaderClassName
{
color: #5474C2;
}
.AnyTagClassName
{
color: #5474C2;
}
</style>
background-color css
<style>
a { background-color: #5474C2; }
a { background-color: rgb(84,116,194); }
div.DivClassName
{
background-color: #5474C2;
}
.BgClassName
{
background-color: #5474C2;
}
</style>
border-color css
<style>
span { border-color: #5474C2; }
span { border-color: rgb(84,116,194); }
td.TdClassName
{
border-color: #5474C2;
}
.TagClassName
{
border-color: #5474C2;
}
</style>