#5480AE

Color #5480AE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #5480AE

Tints of Steel Blue #5480AE

Color information

#5480AE (or 0x5480AE) is unknown color: approx Steel Blue. HEX triplet: 54, 80 and AE. RGB value is (84,128,174). Sum of RGB (Red+Green+Blue) = 84+128+174=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #5480AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5480AE is #AB7F51. Grayscale: #777777. Windows color (decimal): -11239250 or 11436116. OLE color: 11436116.

HSL color Cylindrical-coordinate representation of color #5480AE: hue angle of 210.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5480AE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84128174-
CMYK0.520.2600.32
HSL210.67º35.71%50.59%-
HSV(B)210.67º51.72%68.24%-
XYZ19.0220.3842.98-
YUV120.09158.42102.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=21.76%
G=33.16%
B=45.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841281740.520.2600.32210.6735.7150.59
Hex5480AE341A020d32433
Octal12420025664320403234463
Binary1010100100000001010111011010011010010000011010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5480AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5480AE; }

 p { color: rgb(84,128,174); }

 H1.HeaderClassName
 {
   color: #5480AE;
 }
 .AnyTagClassName
 {
   color: #5480AE;
 }
</style>
background-color css

<style>
 a { background-color: #5480AE; }

 a { background-color: rgb(84,128,174); }

 div.DivClassName
 {
   background-color: #5480AE;
 }
 .BgClassName
 {
   background-color: #5480AE;
 }
</style>
border-color css

<style>
 span { border-color: #5480AE; }

 span { border-color: rgb(84,128,174); }

 td.TdClassName
 {
   border-color: #5480AE;
 }
 .TagClassName
 {
   border-color: #5480AE;
 }
</style>