#5082AE

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

Shades of Steel Blue #5082AE

Tints of Steel Blue #5082AE

Color information

#5082AE (or 0x5082AE) is unknown color: approx Steel Blue. HEX triplet: 50, 82 and AE. RGB value is (80,130,174). Sum of RGB (Red+Green+Blue) = 80+130+174=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #5082AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AE is #AF7D51. Grayscale: #777777. Windows color (decimal): -11500882 or 11436624. OLE color: 11436624.

HSL color Cylindrical-coordinate representation of color #5082AE: hue angle of 208.09º 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 #5082AE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80130174-
CMYK0.540.2500.32
HSL208.09º37.01%49.8%-
HSV(B)208.09º54.02%68.24%-
XYZ18.9320.7343.05-
YUV120.07158.4499.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=20.83%
G=33.85%
B=45.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801301740.540.2500.32208.0937.0149.8
Hex5082AE3619020d02532
Octal12020225666310403204562
Binary1010000100000101010111011011011001010000011010000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5082AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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