#5081AC

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

Shades of Steel Blue #5081AC

Tints of Steel Blue #5081AC

Color information

#5081AC (or 0x5081AC) is unknown color: approx Steel Blue. HEX triplet: 50, 81 and AC. RGB value is (80,129,172). Sum of RGB (Red+Green+Blue) = 80+129+172=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #5081AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AC is #AF7E53. Grayscale: #777777. Windows color (decimal): -11501140 or 11305296. OLE color: 11305296.

HSL color Cylindrical-coordinate representation of color #5081AC: hue angle of 208.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5081AC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80129172-
CMYK0.530.2500.33
HSL208.04º36.51%49.41%-
HSV(B)208.04º53.49%67.45%-
XYZ18.620.3841.98-
YUV119.25157.77100-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=21.00%
G=33.86%
B=45.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801291720.530.2500.33208.0436.5149.41
Hex5081AC3519021d02531
Octal12020125465310413204561
Binary1010000100000011010110011010111001010000111010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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