Shades of Havelock Blue #5382BC
Tints of Havelock Blue #5382BC
RGB
CMYK
RGB Variations
Color information
#5382BC (or 0x5382BC) is known color: Havelock Blue. HEX triplet: 53, 82 and BC. RGB value is (83,130,188). Sum of RGB (Red+Green+Blue) = 83+130+188=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5382BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5382BC is #AC7D43. Grayscale: #7A7A7A. Windows color (decimal): -11304260 or 12354131. OLE color: 12354131.
HSL color Cylindrical-coordinate representation of color #5382BC: hue angle of 213.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5382BC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 130 | 188 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.26 |
| HSL | 213.14º | 0.44% | 0.53% | - |
| HSV(B) | 213.14º | 0.56% | 0.74% | - |
| XYZ | 20.63 | 21.44 | 50.63 | - |
| YUV | 122.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 188 | 0.56 | 0.31 | 0 | 0.26 | 213.14 | 0.44 | 0.53 |
| Hex | 53 | 82 | BC | 38 | 1F | 0 | 1A | D5 | 2C | 35 |
| Octal | 123 | 202 | 274 | 70 | 37 | 0 | 32 | 325 | 54 | 65 |
| Binary | 1010011 | 10000010 | 10111100 | 111000 | 11111 | 0 | 11010 | 11010101 | 101100 | 110101 |
Color Harmonies of #5382BC
Complementary color
Monochromatic Colors of #5382BC
Black with #5382BC
Text Example
Text Example
White with #5382BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5382BC; }
p { color: rgb(83,130,188); }
H1.HeaderClassName
{
color: #5382BC;
}
.AnyTagClassName
{
color: #5382BC;
}
</style>
background-color css
<style>
a { background-color: #5382BC; }
a { background-color: rgb(83,130,188); }
div.DivClassName
{
background-color: #5382BC;
}
.BgClassName
{
background-color: #5382BC;
}
</style>
border-color css
<style>
span { border-color: #5382BC; }
span { border-color: rgb(83,130,188); }
td.TdClassName
{
border-color: #5382BC;
}
.TagClassName
{
border-color: #5382BC;
}
</style>