#5081AB

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

Shades of Steel Blue #5081AB

Tints of Steel Blue #5081AB

Color information

#5081AB (or 0x5081AB) is unknown color: approx Steel Blue. HEX triplet: 50, 81 and AB. RGB value is (80,129,171). Sum of RGB (Red+Green+Blue) = 80+129+171=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #5081AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AB is #AF7E54. Grayscale: #767676. Windows color (decimal): -11501141 or 11239760. OLE color: 11239760.

HSL color Cylindrical-coordinate representation of color #5081AB: hue angle of 207.69º degrees, saturation: 0.36, 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 #5081AB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80129171-
CMYK0.530.2500.33
HSL207.69º36.25%49.22%-
HSV(B)207.69º53.22%67.06%-
XYZ18.5120.3541.48-
YUV119.14157.27100.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 171 (67.19% from 255) = 45%
R=21.05%
G=33.95%
B=45%

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
Decimal801291710.530.2500.33207.6936.2549.22
Hex5081AB3519021d02431
Octal12020125365310413204461
Binary1010000100000011010101111010111001010000111010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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