Shades of Havelock Blue #5474CA
Tints of Havelock Blue #5474CA
RGB
CMYK
RGB Variations
Color information
#5474CA (or 0x5474CA) is known color: Havelock Blue. HEX triplet: 54, 74 and CA. RGB value is (84,116,202). Sum of RGB (Red+Green+Blue) = 84+116+202=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #5474CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474CA is #AB8B35. Grayscale: #737373. Windows color (decimal): -11242294 or 13268052. OLE color: 13268052.
HSL color Cylindrical-coordinate representation of color #5474CA: hue angle of 223.73º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5474CA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 116 | 202 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.21 |
| HSL | 223.73º | 0.53% | 0.56% | - |
| HSV(B) | 223.73º | 0.58% | 0.79% | - |
| XYZ | 20.56 | 18.64 | 58.39 | - |
| YUV | 116.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 202 | 0.58 | 0.43 | 0 | 0.21 | 223.73 | 0.53 | 0.56 |
| Hex | 54 | 74 | CA | 3A | 2B | 0 | 15 | E0 | 35 | 38 |
| Octal | 124 | 164 | 312 | 72 | 53 | 0 | 25 | 340 | 65 | 70 |
| Binary | 1010100 | 1110100 | 11001010 | 111010 | 101011 | 0 | 10101 | 11100000 | 110101 | 111000 |
Color Harmonies of #5474CA
Complementary color
Monochromatic Colors of #5474CA
Black with #5474CA
Text Example
Text Example
White with #5474CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474CA; }
p { color: rgb(84,116,202); }
H1.HeaderClassName
{
color: #5474CA;
}
.AnyTagClassName
{
color: #5474CA;
}
</style>
background-color css
<style>
a { background-color: #5474CA; }
a { background-color: rgb(84,116,202); }
div.DivClassName
{
background-color: #5474CA;
}
.BgClassName
{
background-color: #5474CA;
}
</style>
border-color css
<style>
span { border-color: #5474CA; }
span { border-color: rgb(84,116,202); }
td.TdClassName
{
border-color: #5474CA;
}
.TagClassName
{
border-color: #5474CA;
}
</style>