Shades of Havelock Blue #5379CD
Tints of Havelock Blue #5379CD
RGB
CMYK
RGB Variations
Color information
#5379CD (or 0x5379CD) is known color: Havelock Blue. HEX triplet: 53, 79 and CD. RGB value is (83,121,205). Sum of RGB (Red+Green+Blue) = 83+121+205=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5379CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5379CD is #AC8632. Grayscale: #767676. Windows color (decimal): -11306547 or 13465939. OLE color: 13465939.
HSL color Cylindrical-coordinate representation of color #5379CD: hue angle of 221.31º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5379CD is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 121 | 205 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.20 |
| HSL | 221.31º | 0.55% | 0.56% | - |
| HSV(B) | 221.31º | 0.6% | 0.8% | - |
| XYZ | 21.42 | 19.92 | 60.47 | - |
| YUV | 119.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 205 | 0.60 | 0.41 | 0 | 0.20 | 221.31 | 0.55 | 0.56 |
| Hex | 53 | 79 | CD | 3C | 29 | 0 | 14 | DD | 37 | 38 |
| Octal | 123 | 171 | 315 | 74 | 51 | 0 | 24 | 335 | 67 | 70 |
| Binary | 1010011 | 1111001 | 11001101 | 111100 | 101001 | 0 | 10100 | 11011101 | 110111 | 111000 |
Color Harmonies of #5379CD
Complementary color
Monochromatic Colors of #5379CD
Black with #5379CD
Text Example
Text Example
White with #5379CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379CD; }
p { color: rgb(83,121,205); }
H1.HeaderClassName
{
color: #5379CD;
}
.AnyTagClassName
{
color: #5379CD;
}
</style>
background-color css
<style>
a { background-color: #5379CD; }
a { background-color: rgb(83,121,205); }
div.DivClassName
{
background-color: #5379CD;
}
.BgClassName
{
background-color: #5379CD;
}
</style>
border-color css
<style>
span { border-color: #5379CD; }
span { border-color: rgb(83,121,205); }
td.TdClassName
{
border-color: #5379CD;
}
.TagClassName
{
border-color: #5379CD;
}
</style>