#5081AE

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

Shades of Steel Blue #5081AE

Tints of Steel Blue #5081AE

Color information

#5081AE (or 0x5081AE) is unknown color: approx Steel Blue. HEX triplet: 50, 81 and AE. RGB value is (80,129,174). Sum of RGB (Red+Green+Blue) = 80+129+174=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #5081AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AE is #AF7E51. Grayscale: #777777. Windows color (decimal): -11501138 or 11436368. OLE color: 11436368.

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

Color convert

RGB80129174-
CMYK0.540.2600.32
HSL208.72º37.01%49.8%-
HSV(B)208.72º54.02%68.24%-
XYZ18.820.4643-
YUV119.48158.7799.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=20.89%
G=33.68%
B=45.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801291740.540.2600.32208.7237.0149.8
Hex5081AE361A020d12532
Octal12020125666320403214562
Binary1010000100000011010111011011011010010000011010001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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