Shades of Havelock Blue #5384CA
Tints of Havelock Blue #5384CA
RGB
CMYK
RGB Variations
Color information
#5384CA (or 0x5384CA) is known color: Havelock Blue. HEX triplet: 53, 84 and CA. RGB value is (83,132,202). Sum of RGB (Red+Green+Blue) = 83+132+202=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #5384CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384CA is #AC7B35. Grayscale: #7D7D7D. Windows color (decimal): -11303734 or 13272147. OLE color: 13272147.
HSL color Cylindrical-coordinate representation of color #5384CA: hue angle of 215.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5384CA is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 132 | 202 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.21 |
| HSL | 215.29º | 0.53% | 0.56% | - |
| HSV(B) | 215.29º | 0.59% | 0.79% | - |
| XYZ | 22.48 | 22.61 | 59.06 | - |
| YUV | 125.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 202 | 0.59 | 0.35 | 0 | 0.21 | 215.29 | 0.53 | 0.56 |
| Hex | 53 | 84 | CA | 3B | 23 | 0 | 15 | D7 | 35 | 38 |
| Octal | 123 | 204 | 312 | 73 | 43 | 0 | 25 | 327 | 65 | 70 |
| Binary | 1010011 | 10000100 | 11001010 | 111011 | 100011 | 0 | 10101 | 11010111 | 110101 | 111000 |
Color Harmonies of #5384CA
Complementary color
Monochromatic Colors of #5384CA
Black with #5384CA
Text Example
Text Example
White with #5384CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384CA; }
p { color: rgb(83,132,202); }
H1.HeaderClassName
{
color: #5384CA;
}
.AnyTagClassName
{
color: #5384CA;
}
</style>
background-color css
<style>
a { background-color: #5384CA; }
a { background-color: rgb(83,132,202); }
div.DivClassName
{
background-color: #5384CA;
}
.BgClassName
{
background-color: #5384CA;
}
</style>
border-color css
<style>
span { border-color: #5384CA; }
span { border-color: rgb(83,132,202); }
td.TdClassName
{
border-color: #5384CA;
}
.TagClassName
{
border-color: #5384CA;
}
</style>