Shades of Havelock Blue #557DC1
Tints of Havelock Blue #557DC1
RGB
CMYK
RGB Variations
Color information
#557DC1 (or 0x557DC1) is known color: Havelock Blue. HEX triplet: 55, 7D and C1. RGB value is (85,125,193). Sum of RGB (Red+Green+Blue) = 85+125+193=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #557DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DC1 is #AA823E. Grayscale: #787878. Windows color (decimal): -11174463 or 12680533. OLE color: 12680533.
HSL color Cylindrical-coordinate representation of color #557DC1: hue angle of 217.78º degrees, saturation: 0.47, 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 #557DC1 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 125 | 193 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.24 |
| HSL | 217.78º | 0.47% | 0.55% | - |
| HSV(B) | 217.78º | 0.56% | 0.76% | - |
| XYZ | 20.71 | 20.45 | 53.31 | - |
| YUV | 120.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 193 | 0.56 | 0.35 | 0 | 0.24 | 217.78 | 0.47 | 0.55 |
| Hex | 55 | 7D | C1 | 38 | 23 | 0 | 18 | DA | 2F | 37 |
| Octal | 125 | 175 | 301 | 70 | 43 | 0 | 30 | 332 | 57 | 67 |
| Binary | 1010101 | 1111101 | 11000001 | 111000 | 100011 | 0 | 11000 | 11011010 | 101111 | 110111 |
Color Harmonies of #557DC1
Complementary color
Monochromatic Colors of #557DC1
Black with #557DC1
Text Example
Text Example
White with #557DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DC1; }
p { color: rgb(85,125,193); }
H1.HeaderClassName
{
color: #557DC1;
}
.AnyTagClassName
{
color: #557DC1;
}
</style>
background-color css
<style>
a { background-color: #557DC1; }
a { background-color: rgb(85,125,193); }
div.DivClassName
{
background-color: #557DC1;
}
.BgClassName
{
background-color: #557DC1;
}
</style>
border-color css
<style>
span { border-color: #557DC1; }
span { border-color: rgb(85,125,193); }
td.TdClassName
{
border-color: #557DC1;
}
.TagClassName
{
border-color: #557DC1;
}
</style>