Shades of Havelock Blue #5382C0
Tints of Havelock Blue #5382C0
RGB
CMYK
RGB Variations
Color information
#5382C0 (or 0x5382C0) is known color: Havelock Blue. HEX triplet: 53, 82 and C0. RGB value is (83,130,192). Sum of RGB (Red+Green+Blue) = 83+130+192=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #5382C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382C0 is #AC7D3F. Grayscale: #7A7A7A. Windows color (decimal): -11304256 or 12616275. OLE color: 12616275.
HSL color Cylindrical-coordinate representation of color #5382C0: hue angle of 214.13º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5382C0 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 130 | 192 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.25 |
| HSL | 214.13º | 0.46% | 0.54% | - |
| HSV(B) | 214.13º | 0.57% | 0.75% | - |
| XYZ | 21.06 | 21.61 | 52.93 | - |
| YUV | 123.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 192 | 0.57 | 0.32 | 0 | 0.25 | 214.13 | 0.46 | 0.54 |
| Hex | 53 | 82 | C0 | 39 | 20 | 0 | 19 | D6 | 2E | 36 |
| Octal | 123 | 202 | 300 | 71 | 40 | 0 | 31 | 326 | 56 | 66 |
| Binary | 1010011 | 10000010 | 11000000 | 111001 | 100000 | 0 | 11001 | 11010110 | 101110 | 110110 |
Color Harmonies of #5382C0
Complementary color
Monochromatic Colors of #5382C0
Black with #5382C0
Text Example
Text Example
White with #5382C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5382C0; }
p { color: rgb(83,130,192); }
H1.HeaderClassName
{
color: #5382C0;
}
.AnyTagClassName
{
color: #5382C0;
}
</style>
background-color css
<style>
a { background-color: #5382C0; }
a { background-color: rgb(83,130,192); }
div.DivClassName
{
background-color: #5382C0;
}
.BgClassName
{
background-color: #5382C0;
}
</style>
border-color css
<style>
span { border-color: #5382C0; }
span { border-color: rgb(83,130,192); }
td.TdClassName
{
border-color: #5382C0;
}
.TagClassName
{
border-color: #5382C0;
}
</style>