Shades of Havelock Blue #5384C5
Tints of Havelock Blue #5384C5
RGB
CMYK
RGB Variations
Color information
#5384C5 (or 0x5384C5) is known color: Havelock Blue. HEX triplet: 53, 84 and C5. RGB value is (83,132,197). Sum of RGB (Red+Green+Blue) = 83+132+197=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #5384C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384C5 is #AC7B3A. Grayscale: #7C7C7C. Windows color (decimal): -11303739 or 12944467. OLE color: 12944467.
HSL color Cylindrical-coordinate representation of color #5384C5: hue angle of 214.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5384C5 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 132 | 197 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.23 |
| HSL | 214.21º | 0.5% | 0.55% | - |
| HSV(B) | 214.21º | 0.58% | 0.77% | - |
| XYZ | 21.9 | 22.37 | 55.99 | - |
| YUV | 124.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 197 | 0.58 | 0.33 | 0 | 0.23 | 214.21 | 0.5 | 0.55 |
| Hex | 53 | 84 | C5 | 3A | 21 | 0 | 17 | D6 | 32 | 37 |
| Octal | 123 | 204 | 305 | 72 | 41 | 0 | 27 | 326 | 62 | 67 |
| Binary | 1010011 | 10000100 | 11000101 | 111010 | 100001 | 0 | 10111 | 11010110 | 110010 | 110111 |
Color Harmonies of #5384C5
Complementary color
Monochromatic Colors of #5384C5
Black with #5384C5
Text Example
Text Example
White with #5384C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384C5; }
p { color: rgb(83,132,197); }
H1.HeaderClassName
{
color: #5384C5;
}
.AnyTagClassName
{
color: #5384C5;
}
</style>
background-color css
<style>
a { background-color: #5384C5; }
a { background-color: rgb(83,132,197); }
div.DivClassName
{
background-color: #5384C5;
}
.BgClassName
{
background-color: #5384C5;
}
</style>
border-color css
<style>
span { border-color: #5384C5; }
span { border-color: rgb(83,132,197); }
td.TdClassName
{
border-color: #5384C5;
}
.TagClassName
{
border-color: #5384C5;
}
</style>