Shades of Havelock Blue #5382DC
Tints of Havelock Blue #5382DC
RGB
CMYK
RGB Variations
Color information
#5382DC (or 0x5382DC) is known color: Havelock Blue. HEX triplet: 53, 82 and DC. RGB value is (83,130,220). Sum of RGB (Red+Green+Blue) = 83+130+220=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #5382DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382DC is #AC7D23. Grayscale: #7D7D7D. Windows color (decimal): -11304228 or 14451283. OLE color: 14451283.
HSL color Cylindrical-coordinate representation of color #5382DC: hue angle of 219.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5382DC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 130 | 220 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.14 |
| HSL | 219.42º | 0.66% | 0.59% | - |
| HSV(B) | 219.42º | 0.62% | 0.86% | - |
| XYZ | 24.47 | 22.97 | 70.85 | - |
| YUV | 126.21 | 180.93 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 220 | 0.62 | 0.41 | 0 | 0.14 | 219.42 | 0.66 | 0.59 |
| Hex | 53 | 82 | DC | 3E | 29 | 0 | E | DB | 42 | 3B |
| Octal | 123 | 202 | 334 | 76 | 51 | 0 | 16 | 333 | 102 | 73 |
| Binary | 1010011 | 10000010 | 11011100 | 111110 | 101001 | 0 | 1110 | 11011011 | 1000010 | 111011 |
Color Harmonies of #5382DC
Complementary color
Monochromatic Colors of #5382DC
Black with #5382DC
Text Example
Text Example
White with #5382DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5382DC; }
p { color: rgb(83,130,220); }
H1.HeaderClassName
{
color: #5382DC;
}
.AnyTagClassName
{
color: #5382DC;
}
</style>
background-color css
<style>
a { background-color: #5382DC; }
a { background-color: rgb(83,130,220); }
div.DivClassName
{
background-color: #5382DC;
}
.BgClassName
{
background-color: #5382DC;
}
</style>
border-color css
<style>
span { border-color: #5382DC; }
span { border-color: rgb(83,130,220); }
td.TdClassName
{
border-color: #5382DC;
}
.TagClassName
{
border-color: #5382DC;
}
</style>