Shades of Steel Blue #5380B1
Tints of Steel Blue #5380B1
RGB
CMYK
RGB Variations
Color information
#5380B1 (or 0x5380B1) is known color: Steel Blue. HEX triplet: 53, 80 and B1. RGB value is (83,128,177). Sum of RGB (Red+Green+Blue) = 83+128+177=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 128 (50.39% from 255 or 32.99% 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 #5380B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380B1 is #AC7F4E. Grayscale: #777777. Windows color (decimal): -11304783 or 11632723. OLE color: 11632723.
HSL color Cylindrical-coordinate representation of color #5380B1: hue angle of 211.28º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5380B1 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 128 | 177 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.31 |
| HSL | 211.28º | 0.38% | 0.51% | - |
| HSV(B) | 211.28º | 0.53% | 0.69% | - |
| XYZ | 19.22 | 20.45 | 44.53 | - |
| YUV | 120.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 177 | 0.53 | 0.28 | 0 | 0.31 | 211.28 | 0.38 | 0.51 |
| Hex | 53 | 80 | B1 | 35 | 1C | 0 | 1F | D3 | 26 | 33 |
| Octal | 123 | 200 | 261 | 65 | 34 | 0 | 37 | 323 | 46 | 63 |
| Binary | 1010011 | 10000000 | 10110001 | 110101 | 11100 | 0 | 11111 | 11010011 | 100110 | 110011 |
Color Harmonies of #5380B1
Complementary color
Monochromatic Colors of #5380B1
Black with #5380B1
Text Example
Text Example
White with #5380B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380B1; }
p { color: rgb(83,128,177); }
H1.HeaderClassName
{
color: #5380B1;
}
.AnyTagClassName
{
color: #5380B1;
}
</style>
background-color css
<style>
a { background-color: #5380B1; }
a { background-color: rgb(83,128,177); }
div.DivClassName
{
background-color: #5380B1;
}
.BgClassName
{
background-color: #5380B1;
}
</style>
border-color css
<style>
span { border-color: #5380B1; }
span { border-color: rgb(83,128,177); }
td.TdClassName
{
border-color: #5380B1;
}
.TagClassName
{
border-color: #5380B1;
}
</style>