Shades of Havelock Blue #5574C3
Tints of Havelock Blue #5574C3
RGB
CMYK
RGB Variations
Color information
#5574C3 (or 0x5574C3) is known color: Havelock Blue. HEX triplet: 55, 74 and C3. RGB value is (85,116,195). Sum of RGB (Red+Green+Blue) = 85+116+195=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #5574C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5574C3 is #AA8B3C. Grayscale: #737373. Windows color (decimal): -11176765 or 12809301. OLE color: 12809301.
HSL color Cylindrical-coordinate representation of color #5574C3: hue angle of 223.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5574C3 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 116 | 195 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.24 |
| HSL | 223.09º | 0.48% | 0.55% | - |
| HSV(B) | 223.09º | 0.56% | 0.76% | - |
| XYZ | 19.84 | 18.36 | 54.13 | - |
| YUV | 115.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 195 | 0.56 | 0.41 | 0 | 0.24 | 223.09 | 0.48 | 0.55 |
| Hex | 55 | 74 | C3 | 38 | 29 | 0 | 18 | DF | 30 | 37 |
| Octal | 125 | 164 | 303 | 70 | 51 | 0 | 30 | 337 | 60 | 67 |
| Binary | 1010101 | 1110100 | 11000011 | 111000 | 101001 | 0 | 11000 | 11011111 | 110000 | 110111 |
Color Harmonies of #5574C3
Complementary color
Monochromatic Colors of #5574C3
Black with #5574C3
Text Example
Text Example
White with #5574C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574C3; }
p { color: rgb(85,116,195); }
H1.HeaderClassName
{
color: #5574C3;
}
.AnyTagClassName
{
color: #5574C3;
}
</style>
background-color css
<style>
a { background-color: #5574C3; }
a { background-color: rgb(85,116,195); }
div.DivClassName
{
background-color: #5574C3;
}
.BgClassName
{
background-color: #5574C3;
}
</style>
border-color css
<style>
span { border-color: #5574C3; }
span { border-color: rgb(85,116,195); }
td.TdClassName
{
border-color: #5574C3;
}
.TagClassName
{
border-color: #5574C3;
}
</style>