Shades of Havelock Blue #5374BD
Tints of Havelock Blue #5374BD
RGB
CMYK
RGB Variations
Color information
#5374BD (or 0x5374BD) is known color: Havelock Blue. HEX triplet: 53, 74 and BD. RGB value is (83,116,189). Sum of RGB (Red+Green+Blue) = 83+116+189=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #5374BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374BD is #AC8B42. Grayscale: #727272. Windows color (decimal): -11307843 or 12416083. OLE color: 12416083.
HSL color Cylindrical-coordinate representation of color #5374BD: hue angle of 221.32º 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 #5374BD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 116 | 189 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.26 |
| HSL | 221.32º | 0.45% | 0.53% | - |
| HSV(B) | 221.32º | 0.56% | 0.74% | - |
| XYZ | 19 | 18 | 50.62 | - |
| YUV | 114.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 189 | 0.56 | 0.39 | 0 | 0.26 | 221.32 | 0.45 | 0.53 |
| Hex | 53 | 74 | BD | 38 | 27 | 0 | 1A | DD | 2D | 35 |
| Octal | 123 | 164 | 275 | 70 | 47 | 0 | 32 | 335 | 55 | 65 |
| Binary | 1010011 | 1110100 | 10111101 | 111000 | 100111 | 0 | 11010 | 11011101 | 101101 | 110101 |
Color Harmonies of #5374BD
Complementary color
Monochromatic Colors of #5374BD
Black with #5374BD
Text Example
Text Example
White with #5374BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5374BD; }
p { color: rgb(83,116,189); }
H1.HeaderClassName
{
color: #5374BD;
}
.AnyTagClassName
{
color: #5374BD;
}
</style>
background-color css
<style>
a { background-color: #5374BD; }
a { background-color: rgb(83,116,189); }
div.DivClassName
{
background-color: #5374BD;
}
.BgClassName
{
background-color: #5374BD;
}
</style>
border-color css
<style>
span { border-color: #5374BD; }
span { border-color: rgb(83,116,189); }
td.TdClassName
{
border-color: #5374BD;
}
.TagClassName
{
border-color: #5374BD;
}
</style>