Shades of Havelock Blue #5379BD
Tints of Havelock Blue #5379BD
RGB
CMYK
RGB Variations
Color information
#5379BD (or 0x5379BD) is known color: Havelock Blue. HEX triplet: 53, 79 and BD. RGB value is (83,121,189). Sum of RGB (Red+Green+Blue) = 83+121+189=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #5379BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379BD is #AC8642. Grayscale: #757575. Windows color (decimal): -11306563 or 12417363. OLE color: 12417363.
HSL color Cylindrical-coordinate representation of color #5379BD: hue angle of 218.49º degrees, saturation: 0.45, 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 #5379BD is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 121 | 189 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.26 |
| HSL | 218.49º | 0.45% | 0.53% | - |
| HSV(B) | 218.49º | 0.56% | 0.74% | - |
| XYZ | 19.59 | 19.19 | 50.82 | - |
| YUV | 117.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 189 | 0.56 | 0.36 | 0 | 0.26 | 218.49 | 0.45 | 0.53 |
| Hex | 53 | 79 | BD | 38 | 24 | 0 | 1A | DA | 2D | 35 |
| Octal | 123 | 171 | 275 | 70 | 44 | 0 | 32 | 332 | 55 | 65 |
| Binary | 1010011 | 1111001 | 10111101 | 111000 | 100100 | 0 | 11010 | 11011010 | 101101 | 110101 |
Color Harmonies of #5379BD
Complementary color
Monochromatic Colors of #5379BD
Black with #5379BD
Text Example
Text Example
White with #5379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379BD; }
p { color: rgb(83,121,189); }
H1.HeaderClassName
{
color: #5379BD;
}
.AnyTagClassName
{
color: #5379BD;
}
</style>
background-color css
<style>
a { background-color: #5379BD; }
a { background-color: rgb(83,121,189); }
div.DivClassName
{
background-color: #5379BD;
}
.BgClassName
{
background-color: #5379BD;
}
</style>
border-color css
<style>
span { border-color: #5379BD; }
span { border-color: rgb(83,121,189); }
td.TdClassName
{
border-color: #5379BD;
}
.TagClassName
{
border-color: #5379BD;
}
</style>