Shades of Steel Blue #518BB4
Tints of Steel Blue #518BB4
RGB
CMYK
RGB Variations
Color information
#518BB4 (or 0x518BB4) is known color: Steel Blue. HEX triplet: 51, 8B and B4. RGB value is (81,139,180). Sum of RGB (Red+Green+Blue) = 81+139+180=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #518BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BB4 is #AE744B. Grayscale: #7E7E7E. Windows color (decimal): -11433036 or 11832145. OLE color: 11832145.
HSL color Cylindrical-coordinate representation of color #518BB4: hue angle of 204.85º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #518BB4 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 81 | 139 | 180 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.29 |
| HSL | 204.85º | 0.4% | 0.51% | - |
| HSV(B) | 204.85º | 0.55% | 0.71% | - |
| XYZ | 20.86 | 23.51 | 46.62 | - |
| YUV | 126.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 180 | 0.55 | 0.23 | 0 | 0.29 | 204.85 | 0.4 | 0.51 |
| Hex | 51 | 8B | B4 | 37 | 17 | 0 | 1D | CD | 28 | 33 |
| Octal | 121 | 213 | 264 | 67 | 27 | 0 | 35 | 315 | 50 | 63 |
| Binary | 1010001 | 10001011 | 10110100 | 110111 | 10111 | 0 | 11101 | 11001101 | 101000 | 110011 |
Color Harmonies of #518BB4
Complementary color
Monochromatic Colors of #518BB4
Black with #518BB4
Text Example
Text Example
White with #518BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518BB4; }
p { color: rgb(81,139,180); }
H1.HeaderClassName
{
color: #518BB4;
}
.AnyTagClassName
{
color: #518BB4;
}
</style>
background-color css
<style>
a { background-color: #518BB4; }
a { background-color: rgb(81,139,180); }
div.DivClassName
{
background-color: #518BB4;
}
.BgClassName
{
background-color: #518BB4;
}
</style>
border-color css
<style>
span { border-color: #518BB4; }
span { border-color: rgb(81,139,180); }
td.TdClassName
{
border-color: #518BB4;
}
.TagClassName
{
border-color: #518BB4;
}
</style>