Shades of Steel Blue #5380AF
Tints of Steel Blue #5380AF
RGB
CMYK
RGB Variations
Color information
#5380AF (or 0x5380AF) is known color: Steel Blue. HEX triplet: 53, 80 and AF. RGB value is (83,128,175). Sum of RGB (Red+Green+Blue) = 83+128+175=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #5380AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380AF is #AC7F50. Grayscale: #777777. Windows color (decimal): -11304785 or 11501651. OLE color: 11501651.
HSL color Cylindrical-coordinate representation of color #5380AF: hue angle of 210.65º degrees, saturation: 0.37, 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 #5380AF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 128 | 175 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.31 |
| HSL | 210.65º | 0.37% | 0.51% | - |
| HSV(B) | 210.65º | 0.53% | 0.69% | - |
| XYZ | 19.02 | 20.37 | 43.49 | - |
| YUV | 119.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 175 | 0.53 | 0.27 | 0 | 0.31 | 210.65 | 0.37 | 0.51 |
| Hex | 53 | 80 | AF | 35 | 1B | 0 | 1F | D3 | 25 | 33 |
| Octal | 123 | 200 | 257 | 65 | 33 | 0 | 37 | 323 | 45 | 63 |
| Binary | 1010011 | 10000000 | 10101111 | 110101 | 11011 | 0 | 11111 | 11010011 | 100101 | 110011 |
Color Harmonies of #5380AF
Complementary color
Monochromatic Colors of #5380AF
Black with #5380AF
Text Example
Text Example
White with #5380AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380AF; }
p { color: rgb(83,128,175); }
H1.HeaderClassName
{
color: #5380AF;
}
.AnyTagClassName
{
color: #5380AF;
}
</style>
background-color css
<style>
a { background-color: #5380AF; }
a { background-color: rgb(83,128,175); }
div.DivClassName
{
background-color: #5380AF;
}
.BgClassName
{
background-color: #5380AF;
}
</style>
border-color css
<style>
span { border-color: #5380AF; }
span { border-color: rgb(83,128,175); }
td.TdClassName
{
border-color: #5380AF;
}
.TagClassName
{
border-color: #5380AF;
}
</style>