Shades of Havelock Blue #5483CE
Tints of Havelock Blue #5483CE
RGB
CMYK
RGB Variations
Color information
#5483CE (or 0x5483CE) is known color: Havelock Blue. HEX triplet: 54, 83 and CE. RGB value is (84,131,206). Sum of RGB (Red+Green+Blue) = 84+131+206=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5483CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483CE is #AB7C31. Grayscale: #7D7D7D. Windows color (decimal): -11238450 or 13534036. OLE color: 13534036.
HSL color Cylindrical-coordinate representation of color #5483CE: hue angle of 216.89º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5483CE is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 131 | 206 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.19 |
| HSL | 216.89º | 0.55% | 0.57% | - |
| HSV(B) | 216.89º | 0.59% | 0.81% | - |
| XYZ | 22.91 | 22.57 | 61.54 | - |
| YUV | 125.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 206 | 0.59 | 0.36 | 0 | 0.19 | 216.89 | 0.55 | 0.57 |
| Hex | 54 | 83 | CE | 3B | 24 | 0 | 13 | D9 | 37 | 39 |
| Octal | 124 | 203 | 316 | 73 | 44 | 0 | 23 | 331 | 67 | 71 |
| Binary | 1010100 | 10000011 | 11001110 | 111011 | 100100 | 0 | 10011 | 11011001 | 110111 | 111001 |
Color Harmonies of #5483CE
Complementary color
Monochromatic Colors of #5483CE
Black with #5483CE
Text Example
Text Example
White with #5483CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5483CE; }
p { color: rgb(84,131,206); }
H1.HeaderClassName
{
color: #5483CE;
}
.AnyTagClassName
{
color: #5483CE;
}
</style>
background-color css
<style>
a { background-color: #5483CE; }
a { background-color: rgb(84,131,206); }
div.DivClassName
{
background-color: #5483CE;
}
.BgClassName
{
background-color: #5483CE;
}
</style>
border-color css
<style>
span { border-color: #5483CE; }
span { border-color: rgb(84,131,206); }
td.TdClassName
{
border-color: #5483CE;
}
.TagClassName
{
border-color: #5483CE;
}
</style>