Shades of Steel Blue #5380AC
Tints of Steel Blue #5380AC
RGB
CMYK
RGB Variations
Color information
#5380AC (or 0x5380AC) is known color: Steel Blue. HEX triplet: 53, 80 and AC. RGB value is (83,128,172). Sum of RGB (Red+Green+Blue) = 83+128+172=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #5380AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380AC is #AC7F53. Grayscale: #777777. Windows color (decimal): -11304788 or 11305043. OLE color: 11305043.
HSL color Cylindrical-coordinate representation of color #5380AC: hue angle of 209.66º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5380AC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 128 | 172 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.33 |
| HSL | 209.66º | 0.35% | 0.5% | - |
| HSV(B) | 209.66º | 0.52% | 0.67% | - |
| XYZ | 18.73 | 20.26 | 41.95 | - |
| YUV | 119.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 172 | 0.52 | 0.26 | 0 | 0.33 | 209.66 | 0.35 | 0.5 |
| Hex | 53 | 80 | AC | 34 | 1A | 0 | 21 | D2 | 23 | 32 |
| Octal | 123 | 200 | 254 | 64 | 32 | 0 | 41 | 322 | 43 | 62 |
| Binary | 1010011 | 10000000 | 10101100 | 110100 | 11010 | 0 | 100001 | 11010010 | 100011 | 110010 |
Color Harmonies of #5380AC
Complementary color
Monochromatic Colors of #5380AC
Black with #5380AC
Text Example
Text Example
White with #5380AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380AC; }
p { color: rgb(83,128,172); }
H1.HeaderClassName
{
color: #5380AC;
}
.AnyTagClassName
{
color: #5380AC;
}
</style>
background-color css
<style>
a { background-color: #5380AC; }
a { background-color: rgb(83,128,172); }
div.DivClassName
{
background-color: #5380AC;
}
.BgClassName
{
background-color: #5380AC;
}
</style>
border-color css
<style>
span { border-color: #5380AC; }
span { border-color: rgb(83,128,172); }
td.TdClassName
{
border-color: #5380AC;
}
.TagClassName
{
border-color: #5380AC;
}
</style>