Shades of Steel Blue #5076B1
Tints of Steel Blue #5076B1
RGB
CMYK
RGB Variations
Color information
#5076B1 (or 0x5076B1) is known color: Steel Blue. HEX triplet: 50, 76 and B1. RGB value is (80,118,177). Sum of RGB (Red+Green+Blue) = 80+118+177=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #5076B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5076B1 is #AF894E. Grayscale: #717171. Windows color (decimal): -11503951 or 11630160. OLE color: 11630160.
HSL color Cylindrical-coordinate representation of color #5076B1: hue angle of 216.49º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5076B1 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 118 | 177 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.31 |
| HSL | 216.49º | 0.38% | 0.5% | - |
| HSV(B) | 216.49º | 0.55% | 0.69% | - |
| XYZ | 17.72 | 17.84 | 44.1 | - |
| YUV | 113.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 177 | 0.55 | 0.33 | 0 | 0.31 | 216.49 | 0.38 | 0.5 |
| Hex | 50 | 76 | B1 | 37 | 21 | 0 | 1F | D8 | 26 | 32 |
| Octal | 120 | 166 | 261 | 67 | 41 | 0 | 37 | 330 | 46 | 62 |
| Binary | 1010000 | 1110110 | 10110001 | 110111 | 100001 | 0 | 11111 | 11011000 | 100110 | 110010 |
Color Harmonies of #5076B1
Complementary color
Monochromatic Colors of #5076B1
Black with #5076B1
Text Example
Text Example
White with #5076B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5076B1; }
p { color: rgb(80,118,177); }
H1.HeaderClassName
{
color: #5076B1;
}
.AnyTagClassName
{
color: #5076B1;
}
</style>
background-color css
<style>
a { background-color: #5076B1; }
a { background-color: rgb(80,118,177); }
div.DivClassName
{
background-color: #5076B1;
}
.BgClassName
{
background-color: #5076B1;
}
</style>
border-color css
<style>
span { border-color: #5076B1; }
span { border-color: rgb(80,118,177); }
td.TdClassName
{
border-color: #5076B1;
}
.TagClassName
{
border-color: #5076B1;
}
</style>