Shades of Havelock Blue #557BBC
Tints of Havelock Blue #557BBC
RGB
CMYK
RGB Variations
Color information
#557BBC (or 0x557BBC) is known color: Havelock Blue. HEX triplet: 55, 7B and BC. RGB value is (85,123,188). Sum of RGB (Red+Green+Blue) = 85+123+188=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #557BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BBC is #AA8443. Grayscale: #767676. Windows color (decimal): -11174980 or 12352341. OLE color: 12352341.
HSL color Cylindrical-coordinate representation of color #557BBC: hue angle of 217.86º 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 #557BBC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 123 | 188 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.26 |
| HSL | 217.86º | 0.43% | 0.54% | - |
| HSV(B) | 217.86º | 0.55% | 0.74% | - |
| XYZ | 19.91 | 19.73 | 50.34 | - |
| YUV | 119.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 188 | 0.55 | 0.35 | 0 | 0.26 | 217.86 | 0.43 | 0.54 |
| Hex | 55 | 7B | BC | 37 | 23 | 0 | 1A | DA | 2B | 36 |
| Octal | 125 | 173 | 274 | 67 | 43 | 0 | 32 | 332 | 53 | 66 |
| Binary | 1010101 | 1111011 | 10111100 | 110111 | 100011 | 0 | 11010 | 11011010 | 101011 | 110110 |
Color Harmonies of #557BBC
Complementary color
Monochromatic Colors of #557BBC
Black with #557BBC
Text Example
Text Example
White with #557BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BBC; }
p { color: rgb(85,123,188); }
H1.HeaderClassName
{
color: #557BBC;
}
.AnyTagClassName
{
color: #557BBC;
}
</style>
background-color css
<style>
a { background-color: #557BBC; }
a { background-color: rgb(85,123,188); }
div.DivClassName
{
background-color: #557BBC;
}
.BgClassName
{
background-color: #557BBC;
}
</style>
border-color css
<style>
span { border-color: #557BBC; }
span { border-color: rgb(85,123,188); }
td.TdClassName
{
border-color: #557BBC;
}
.TagClassName
{
border-color: #557BBC;
}
</style>