Shades of Steel Blue #557BAF
Tints of Steel Blue #557BAF
RGB
CMYK
RGB Variations
Color information
#557BAF (or 0x557BAF) is known color: Steel Blue. HEX triplet: 55, 7B and AF. RGB value is (85,123,175). Sum of RGB (Red+Green+Blue) = 85+123+175=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #557BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BAF is #AA8450. Grayscale: #757575. Windows color (decimal): -11174993 or 11500373. OLE color: 11500373.
HSL color Cylindrical-coordinate representation of color #557BAF: hue angle of 214.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #557BAF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 123 | 175 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.31 |
| HSL | 214.67º | 0.36% | 0.51% | - |
| HSV(B) | 214.67º | 0.51% | 0.69% | - |
| XYZ | 18.57 | 19.19 | 43.28 | - |
| YUV | 117.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 175 | 0.51 | 0.30 | 0 | 0.31 | 214.67 | 0.36 | 0.51 |
| Hex | 55 | 7B | AF | 33 | 1E | 0 | 1F | D7 | 24 | 33 |
| Octal | 125 | 173 | 257 | 63 | 36 | 0 | 37 | 327 | 44 | 63 |
| Binary | 1010101 | 1111011 | 10101111 | 110011 | 11110 | 0 | 11111 | 11010111 | 100100 | 110011 |
Color Harmonies of #557BAF
Complementary color
Monochromatic Colors of #557BAF
Black with #557BAF
Text Example
Text Example
White with #557BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BAF; }
p { color: rgb(85,123,175); }
H1.HeaderClassName
{
color: #557BAF;
}
.AnyTagClassName
{
color: #557BAF;
}
</style>
background-color css
<style>
a { background-color: #557BAF; }
a { background-color: rgb(85,123,175); }
div.DivClassName
{
background-color: #557BAF;
}
.BgClassName
{
background-color: #557BAF;
}
</style>
border-color css
<style>
span { border-color: #557BAF; }
span { border-color: rgb(85,123,175); }
td.TdClassName
{
border-color: #557BAF;
}
.TagClassName
{
border-color: #557BAF;
}
</style>