Shades of Steel Blue #518BB8
Tints of Steel Blue #518BB8
RGB
CMYK
RGB Variations
Color information
#518BB8 (or 0x518BB8) is known color: Steel Blue. HEX triplet: 51, 8B and B8. RGB value is (81,139,184). Sum of RGB (Red+Green+Blue) = 81+139+184=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #518BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BB8 is #AE7447. Grayscale: #7E7E7E. Windows color (decimal): -11433032 or 12094289. OLE color: 12094289.
HSL color Cylindrical-coordinate representation of color #518BB8: hue angle of 206.21º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518BB8 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 139 | 184 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.28 |
| HSL | 206.21º | 0.42% | 0.52% | - |
| HSV(B) | 206.21º | 0.56% | 0.72% | - |
| XYZ | 21.28 | 23.68 | 48.8 | - |
| YUV | 126.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 184 | 0.56 | 0.24 | 0 | 0.28 | 206.21 | 0.42 | 0.52 |
| Hex | 51 | 8B | B8 | 38 | 18 | 0 | 1C | CE | 2A | 34 |
| Octal | 121 | 213 | 270 | 70 | 30 | 0 | 34 | 316 | 52 | 64 |
| Binary | 1010001 | 10001011 | 10111000 | 111000 | 11000 | 0 | 11100 | 11001110 | 101010 | 110100 |
Color Harmonies of #518BB8
Complementary color
Monochromatic Colors of #518BB8
Black with #518BB8
Text Example
Text Example
White with #518BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BB8; }
p { color: rgb(81,139,184); }
H1.HeaderClassName
{
color: #518BB8;
}
.AnyTagClassName
{
color: #518BB8;
}
</style>
background-color css
<style>
a { background-color: #518BB8; }
a { background-color: rgb(81,139,184); }
div.DivClassName
{
background-color: #518BB8;
}
.BgClassName
{
background-color: #518BB8;
}
</style>
border-color css
<style>
span { border-color: #518BB8; }
span { border-color: rgb(81,139,184); }
td.TdClassName
{
border-color: #518BB8;
}
.TagClassName
{
border-color: #518BB8;
}
</style>