Shades of Havelock Blue #5485CA
Tints of Havelock Blue #5485CA
RGB
CMYK
RGB Variations
Color information
#5485CA (or 0x5485CA) is known color: Havelock Blue. HEX triplet: 54, 85 and CA. RGB value is (84,133,202). Sum of RGB (Red+Green+Blue) = 84+133+202=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5485CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485CA is #AB7A35. Grayscale: #7D7D7D. Windows color (decimal): -11237942 or 13272404. OLE color: 13272404.
HSL color Cylindrical-coordinate representation of color #5485CA: hue angle of 215.08º 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 #5485CA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 133 | 202 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.21 |
| HSL | 215.08º | 0.53% | 0.56% | - |
| HSV(B) | 215.08º | 0.58% | 0.79% | - |
| XYZ | 22.7 | 22.92 | 59.11 | - |
| YUV | 126.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 202 | 0.58 | 0.34 | 0 | 0.21 | 215.08 | 0.53 | 0.56 |
| Hex | 54 | 85 | CA | 3A | 22 | 0 | 15 | D7 | 35 | 38 |
| Octal | 124 | 205 | 312 | 72 | 42 | 0 | 25 | 327 | 65 | 70 |
| Binary | 1010100 | 10000101 | 11001010 | 111010 | 100010 | 0 | 10101 | 11010111 | 110101 | 111000 |
Color Harmonies of #5485CA
Complementary color
Monochromatic Colors of #5485CA
Black with #5485CA
Text Example
Text Example
White with #5485CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5485CA; }
p { color: rgb(84,133,202); }
H1.HeaderClassName
{
color: #5485CA;
}
.AnyTagClassName
{
color: #5485CA;
}
</style>
background-color css
<style>
a { background-color: #5485CA; }
a { background-color: rgb(84,133,202); }
div.DivClassName
{
background-color: #5485CA;
}
.BgClassName
{
background-color: #5485CA;
}
</style>
border-color css
<style>
span { border-color: #5485CA; }
span { border-color: rgb(84,133,202); }
td.TdClassName
{
border-color: #5485CA;
}
.TagClassName
{
border-color: #5485CA;
}
</style>