Shades of Havelock Blue #5574CD
Tints of Havelock Blue #5574CD
RGB
CMYK
RGB Variations
Color information
#5574CD (or 0x5574CD) is known color: Havelock Blue. HEX triplet: 55, 74 and CD. RGB value is (85,116,205). Sum of RGB (Red+Green+Blue) = 85+116+205=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5574CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574CD is #AA8B32. Grayscale: #747474. Windows color (decimal): -11176755 or 13464661. OLE color: 13464661.
HSL color Cylindrical-coordinate representation of color #5574CD: hue angle of 224.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5574CD is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 116 | 205 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.20 |
| HSL | 224.5º | 0.55% | 0.57% | - |
| HSV(B) | 224.5º | 0.59% | 0.8% | - |
| XYZ | 21.01 | 18.83 | 60.28 | - |
| YUV | 116.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 205 | 0.59 | 0.43 | 0 | 0.20 | 224.5 | 0.55 | 0.57 |
| Hex | 55 | 74 | CD | 3B | 2B | 0 | 14 | E0 | 37 | 39 |
| Octal | 125 | 164 | 315 | 73 | 53 | 0 | 24 | 340 | 67 | 71 |
| Binary | 1010101 | 1110100 | 11001101 | 111011 | 101011 | 0 | 10100 | 11100000 | 110111 | 111001 |
Color Harmonies of #5574CD
Complementary color
Monochromatic Colors of #5574CD
Black with #5574CD
Text Example
Text Example
White with #5574CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574CD; }
p { color: rgb(85,116,205); }
H1.HeaderClassName
{
color: #5574CD;
}
.AnyTagClassName
{
color: #5574CD;
}
</style>
background-color css
<style>
a { background-color: #5574CD; }
a { background-color: rgb(85,116,205); }
div.DivClassName
{
background-color: #5574CD;
}
.BgClassName
{
background-color: #5574CD;
}
</style>
border-color css
<style>
span { border-color: #5574CD; }
span { border-color: rgb(85,116,205); }
td.TdClassName
{
border-color: #5574CD;
}
.TagClassName
{
border-color: #5574CD;
}
</style>