Shades of Havelock Blue #5574BC
Tints of Havelock Blue #5574BC
RGB
CMYK
RGB Variations
Color information
#5574BC (or 0x5574BC) is known color: Havelock Blue. HEX triplet: 55, 74 and BC. RGB value is (85,116,188). Sum of RGB (Red+Green+Blue) = 85+116+188=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5574BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574BC is #AA8B43. Grayscale: #727272. Windows color (decimal): -11176772 or 12350549. OLE color: 12350549.
HSL color Cylindrical-coordinate representation of color #5574BC: hue angle of 221.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5574BC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 116 | 188 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.26 |
| HSL | 221.94º | 0.43% | 0.54% | - |
| HSV(B) | 221.94º | 0.55% | 0.74% | - |
| XYZ | 19.07 | 18.05 | 50.06 | - |
| YUV | 114.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 188 | 0.55 | 0.38 | 0 | 0.26 | 221.94 | 0.43 | 0.54 |
| Hex | 55 | 74 | BC | 37 | 26 | 0 | 1A | DE | 2B | 36 |
| Octal | 125 | 164 | 274 | 67 | 46 | 0 | 32 | 336 | 53 | 66 |
| Binary | 1010101 | 1110100 | 10111100 | 110111 | 100110 | 0 | 11010 | 11011110 | 101011 | 110110 |
Color Harmonies of #5574BC
Complementary color
Monochromatic Colors of #5574BC
Black with #5574BC
Text Example
Text Example
White with #5574BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574BC; }
p { color: rgb(85,116,188); }
H1.HeaderClassName
{
color: #5574BC;
}
.AnyTagClassName
{
color: #5574BC;
}
</style>
background-color css
<style>
a { background-color: #5574BC; }
a { background-color: rgb(85,116,188); }
div.DivClassName
{
background-color: #5574BC;
}
.BgClassName
{
background-color: #5574BC;
}
</style>
border-color css
<style>
span { border-color: #5574BC; }
span { border-color: rgb(85,116,188); }
td.TdClassName
{
border-color: #5574BC;
}
.TagClassName
{
border-color: #5574BC;
}
</style>