Shades of Havelock Blue #5384CD
Tints of Havelock Blue #5384CD
RGB
CMYK
RGB Variations
Color information
#5384CD (or 0x5384CD) is known color: Havelock Blue. HEX triplet: 53, 84 and CD. RGB value is (83,132,205). Sum of RGB (Red+Green+Blue) = 83+132+205=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #5384CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384CD is #AC7B32. Grayscale: #7D7D7D. Windows color (decimal): -11303731 or 13468755. OLE color: 13468755.
HSL color Cylindrical-coordinate representation of color #5384CD: hue angle of 215.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5384CD is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 132 | 205 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.20 |
| HSL | 215.9º | 0.55% | 0.56% | - |
| HSV(B) | 215.9º | 0.6% | 0.8% | - |
| XYZ | 22.84 | 22.75 | 60.94 | - |
| YUV | 125.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 205 | 0.60 | 0.36 | 0 | 0.20 | 215.9 | 0.55 | 0.56 |
| Hex | 53 | 84 | CD | 3C | 24 | 0 | 14 | D8 | 37 | 38 |
| Octal | 123 | 204 | 315 | 74 | 44 | 0 | 24 | 330 | 67 | 70 |
| Binary | 1010011 | 10000100 | 11001101 | 111100 | 100100 | 0 | 10100 | 11011000 | 110111 | 111000 |
Color Harmonies of #5384CD
Complementary color
Monochromatic Colors of #5384CD
Black with #5384CD
Text Example
Text Example
White with #5384CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384CD; }
p { color: rgb(83,132,205); }
H1.HeaderClassName
{
color: #5384CD;
}
.AnyTagClassName
{
color: #5384CD;
}
</style>
background-color css
<style>
a { background-color: #5384CD; }
a { background-color: rgb(83,132,205); }
div.DivClassName
{
background-color: #5384CD;
}
.BgClassName
{
background-color: #5384CD;
}
</style>
border-color css
<style>
span { border-color: #5384CD; }
span { border-color: rgb(83,132,205); }
td.TdClassName
{
border-color: #5384CD;
}
.TagClassName
{
border-color: #5384CD;
}
</style>