Shades of Steel Blue #5281B1
Tints of Steel Blue #5281B1
RGB
CMYK
RGB Variations
Color information
#5281B1 (or 0x5281B1) is known color: Steel Blue. HEX triplet: 52, 81 and B1. RGB value is (82,129,177). Sum of RGB (Red+Green+Blue) = 82+129+177=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #5281B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5281B1 is #AD7E4E. Grayscale: #787878. Windows color (decimal): -11370063 or 11632978. OLE color: 11632978.
HSL color Cylindrical-coordinate representation of color #5281B1: hue angle of 210.32º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5281B1 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 129 | 177 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.31 |
| HSL | 210.32º | 0.38% | 0.51% | - |
| HSV(B) | 210.32º | 0.54% | 0.69% | - |
| XYZ | 19.27 | 20.67 | 44.57 | - |
| YUV | 120.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 177 | 0.54 | 0.27 | 0 | 0.31 | 210.32 | 0.38 | 0.51 |
| Hex | 52 | 81 | B1 | 36 | 1B | 0 | 1F | D2 | 26 | 33 |
| Octal | 122 | 201 | 261 | 66 | 33 | 0 | 37 | 322 | 46 | 63 |
| Binary | 1010010 | 10000001 | 10110001 | 110110 | 11011 | 0 | 11111 | 11010010 | 100110 | 110011 |
Color Harmonies of #5281B1
Complementary color
Monochromatic Colors of #5281B1
Black with #5281B1
Text Example
Text Example
White with #5281B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281B1; }
p { color: rgb(82,129,177); }
H1.HeaderClassName
{
color: #5281B1;
}
.AnyTagClassName
{
color: #5281B1;
}
</style>
background-color css
<style>
a { background-color: #5281B1; }
a { background-color: rgb(82,129,177); }
div.DivClassName
{
background-color: #5281B1;
}
.BgClassName
{
background-color: #5281B1;
}
</style>
border-color css
<style>
span { border-color: #5281B1; }
span { border-color: rgb(82,129,177); }
td.TdClassName
{
border-color: #5281B1;
}
.TagClassName
{
border-color: #5281B1;
}
</style>