Shades of Steel Blue #557BAC
Tints of Steel Blue #557BAC
RGB
CMYK
RGB Variations
Color information
#557BAC (or 0x557BAC) is known color: Steel Blue. HEX triplet: 55, 7B and AC. RGB value is (85,123,172). Sum of RGB (Red+Green+Blue) = 85+123+172=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #557BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAC is #AA8453. Grayscale: #747474. Windows color (decimal): -11174996 or 11303765. OLE color: 11303765.
HSL color Cylindrical-coordinate representation of color #557BAC: hue angle of 213.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557BAC is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 123 | 172 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.33 |
| HSL | 213.79º | 0.34% | 0.5% | - |
| HSV(B) | 213.79º | 0.51% | 0.67% | - |
| XYZ | 18.28 | 19.08 | 41.75 | - |
| YUV | 117.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 172 | 0.51 | 0.28 | 0 | 0.33 | 213.79 | 0.34 | 0.5 |
| Hex | 55 | 7B | AC | 33 | 1C | 0 | 21 | D6 | 22 | 32 |
| Octal | 125 | 173 | 254 | 63 | 34 | 0 | 41 | 326 | 42 | 62 |
| Binary | 1010101 | 1111011 | 10101100 | 110011 | 11100 | 0 | 100001 | 11010110 | 100010 | 110010 |
Color Harmonies of #557BAC
Complementary color
Monochromatic Colors of #557BAC
Black with #557BAC
Text Example
Text Example
White with #557BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BAC; }
p { color: rgb(85,123,172); }
H1.HeaderClassName
{
color: #557BAC;
}
.AnyTagClassName
{
color: #557BAC;
}
</style>
background-color css
<style>
a { background-color: #557BAC; }
a { background-color: rgb(85,123,172); }
div.DivClassName
{
background-color: #557BAC;
}
.BgClassName
{
background-color: #557BAC;
}
</style>
border-color css
<style>
span { border-color: #557BAC; }
span { border-color: rgb(85,123,172); }
td.TdClassName
{
border-color: #557BAC;
}
.TagClassName
{
border-color: #557BAC;
}
</style>