Shades of Steel Blue #5089AF
Tints of Steel Blue #5089AF
RGB
CMYK
RGB Variations
Color information
#5089AF (or 0x5089AF) is known color: Steel Blue. HEX triplet: 50, 89 and AF. RGB value is (80,137,175). Sum of RGB (Red+Green+Blue) = 80+137+175=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #5089AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5089AF is #AF7650. Grayscale: #7C7C7C. Windows color (decimal): -11499089 or 11503952. OLE color: 11503952.
HSL color Cylindrical-coordinate representation of color #5089AF: hue angle of 204º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5089AF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 137 | 175 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.31 |
| HSL | 204º | 0.37% | 0.5% | - |
| HSV(B) | 204º | 0.54% | 0.69% | - |
| XYZ | 19.99 | 22.69 | 43.88 | - |
| YUV | 124.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 175 | 0.54 | 0.22 | 0 | 0.31 | 204 | 0.37 | 0.5 |
| Hex | 50 | 89 | AF | 36 | 16 | 0 | 1F | CC | 25 | 32 |
| Octal | 120 | 211 | 257 | 66 | 26 | 0 | 37 | 314 | 45 | 62 |
| Binary | 1010000 | 10001001 | 10101111 | 110110 | 10110 | 0 | 11111 | 11001100 | 100101 | 110010 |
Color Harmonies of #5089AF
Complementary color
Monochromatic Colors of #5089AF
Black with #5089AF
Text Example
Text Example
White with #5089AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089AF; }
p { color: rgb(80,137,175); }
H1.HeaderClassName
{
color: #5089AF;
}
.AnyTagClassName
{
color: #5089AF;
}
</style>
background-color css
<style>
a { background-color: #5089AF; }
a { background-color: rgb(80,137,175); }
div.DivClassName
{
background-color: #5089AF;
}
.BgClassName
{
background-color: #5089AF;
}
</style>
border-color css
<style>
span { border-color: #5089AF; }
span { border-color: rgb(80,137,175); }
td.TdClassName
{
border-color: #5089AF;
}
.TagClassName
{
border-color: #5089AF;
}
</style>