Shades of Steel Blue #5580B1
Tints of Steel Blue #5580B1
RGB
CMYK
RGB Variations
Color information
#5580B1 (or 0x5580B1) is known color: Steel Blue. HEX triplet: 55, 80 and B1. RGB value is (85,128,177). Sum of RGB (Red+Green+Blue) = 85+128+177=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #5580B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580B1 is #AA7F4E. Grayscale: #787878. Windows color (decimal): -11173711 or 11632725. OLE color: 11632725.
HSL color Cylindrical-coordinate representation of color #5580B1: hue angle of 211.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5580B1 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 128 | 177 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.31 |
| HSL | 211.96º | 0.37% | 0.51% | - |
| HSV(B) | 211.96º | 0.52% | 0.69% | - |
| XYZ | 19.4 | 20.54 | 44.54 | - |
| YUV | 120.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 177 | 0.52 | 0.28 | 0 | 0.31 | 211.96 | 0.37 | 0.51 |
| Hex | 55 | 80 | B1 | 34 | 1C | 0 | 1F | D4 | 25 | 33 |
| Octal | 125 | 200 | 261 | 64 | 34 | 0 | 37 | 324 | 45 | 63 |
| Binary | 1010101 | 10000000 | 10110001 | 110100 | 11100 | 0 | 11111 | 11010100 | 100101 | 110011 |
Color Harmonies of #5580B1
Complementary color
Monochromatic Colors of #5580B1
Black with #5580B1
Text Example
Text Example
White with #5580B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5580B1; }
p { color: rgb(85,128,177); }
H1.HeaderClassName
{
color: #5580B1;
}
.AnyTagClassName
{
color: #5580B1;
}
</style>
background-color css
<style>
a { background-color: #5580B1; }
a { background-color: rgb(85,128,177); }
div.DivClassName
{
background-color: #5580B1;
}
.BgClassName
{
background-color: #5580B1;
}
</style>
border-color css
<style>
span { border-color: #5580B1; }
span { border-color: rgb(85,128,177); }
td.TdClassName
{
border-color: #5580B1;
}
.TagClassName
{
border-color: #5580B1;
}
</style>