#5084AE

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

Shades of Steel Blue #5084AE

Tints of Steel Blue #5084AE

Color information

#5084AE (or 0x5084AE) is unknown color: approx Steel Blue. HEX triplet: 50, 84 and AE. RGB value is (80,132,174). Sum of RGB (Red+Green+Blue) = 80+132+174=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 132 (51.95% from 255 or 34.20% 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 #5084AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5084AE is #AF7B51. Grayscale: #797979. Windows color (decimal): -11500370 or 11437136. OLE color: 11437136.

HSL color Cylindrical-coordinate representation of color #5084AE: hue angle of 206.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5084AE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80132174-
CMYK0.540.2400.32
HSL206.81º37.01%49.8%-
HSV(B)206.81º54.02%68.24%-
XYZ19.221.2643.14-
YUV121.24157.7798.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=20.73%
G=34.20%
B=45.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801321740.540.2400.32206.8137.0149.8
Hex5084AE3618020cf2532
Octal12020425666300403174562
Binary1010000100001001010111011011011000010000011001111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5084AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,132,174); }

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

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

 a { background-color: rgb(80,132,174); }

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

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

 span { border-color: rgb(80,132,174); }

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