Shades of Steel Blue #5281B4
Tints of Steel Blue #5281B4
RGB
CMYK
RGB Variations
Color information
#5281B4 (or 0x5281B4) is known color: Steel Blue. HEX triplet: 52, 81 and B4. RGB value is (82,129,180). Sum of RGB (Red+Green+Blue) = 82+129+180=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #5281B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281B4 is #AD7E4B. Grayscale: #787878. Windows color (decimal): -11370060 or 11829586. OLE color: 11829586.
HSL color Cylindrical-coordinate representation of color #5281B4: hue angle of 211.22º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5281B4 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 129 | 180 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.29 |
| HSL | 211.22º | 0.4% | 0.51% | - |
| HSV(B) | 211.22º | 0.54% | 0.71% | - |
| XYZ | 19.57 | 20.79 | 46.16 | - |
| YUV | 120.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 180 | 0.54 | 0.28 | 0 | 0.29 | 211.22 | 0.4 | 0.51 |
| Hex | 52 | 81 | B4 | 36 | 1C | 0 | 1D | D3 | 28 | 33 |
| Octal | 122 | 201 | 264 | 66 | 34 | 0 | 35 | 323 | 50 | 63 |
| Binary | 1010010 | 10000001 | 10110100 | 110110 | 11100 | 0 | 11101 | 11010011 | 101000 | 110011 |
Color Harmonies of #5281B4
Complementary color
Monochromatic Colors of #5281B4
Black with #5281B4
Text Example
Text Example
White with #5281B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281B4; }
p { color: rgb(82,129,180); }
H1.HeaderClassName
{
color: #5281B4;
}
.AnyTagClassName
{
color: #5281B4;
}
</style>
background-color css
<style>
a { background-color: #5281B4; }
a { background-color: rgb(82,129,180); }
div.DivClassName
{
background-color: #5281B4;
}
.BgClassName
{
background-color: #5281B4;
}
</style>
border-color css
<style>
span { border-color: #5281B4; }
span { border-color: rgb(82,129,180); }
td.TdClassName
{
border-color: #5281B4;
}
.TagClassName
{
border-color: #5281B4;
}
</style>