Shades of Havelock Blue #5379C6
Tints of Havelock Blue #5379C6
RGB
CMYK
RGB Variations
Color information
#5379C6 (or 0x5379C6) is known color: Havelock Blue. HEX triplet: 53, 79 and C6. RGB value is (83,121,198). Sum of RGB (Red+Green+Blue) = 83+121+198=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #5379C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379C6 is #AC8639. Grayscale: #767676. Windows color (decimal): -11306554 or 13007187. OLE color: 13007187.
HSL color Cylindrical-coordinate representation of color #5379C6: hue angle of 220.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5379C6 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 121 | 198 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.22 |
| HSL | 220.17º | 0.5% | 0.55% | - |
| HSV(B) | 220.17º | 0.58% | 0.78% | - |
| XYZ | 20.6 | 19.59 | 56.12 | - |
| YUV | 118.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 198 | 0.58 | 0.39 | 0 | 0.22 | 220.17 | 0.5 | 0.55 |
| Hex | 53 | 79 | C6 | 3A | 27 | 0 | 16 | DC | 32 | 37 |
| Octal | 123 | 171 | 306 | 72 | 47 | 0 | 26 | 334 | 62 | 67 |
| Binary | 1010011 | 1111001 | 11000110 | 111010 | 100111 | 0 | 10110 | 11011100 | 110010 | 110111 |
Color Harmonies of #5379C6
Complementary color
Monochromatic Colors of #5379C6
Black with #5379C6
Text Example
Text Example
White with #5379C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379C6; }
p { color: rgb(83,121,198); }
H1.HeaderClassName
{
color: #5379C6;
}
.AnyTagClassName
{
color: #5379C6;
}
</style>
background-color css
<style>
a { background-color: #5379C6; }
a { background-color: rgb(83,121,198); }
div.DivClassName
{
background-color: #5379C6;
}
.BgClassName
{
background-color: #5379C6;
}
</style>
border-color css
<style>
span { border-color: #5379C6; }
span { border-color: rgb(83,121,198); }
td.TdClassName
{
border-color: #5379C6;
}
.TagClassName
{
border-color: #5379C6;
}
</style>