#5081AD

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

Shades of Steel Blue #5081AD

Tints of Steel Blue #5081AD

Color information

#5081AD (or 0x5081AD) is unknown color: approx Steel Blue. HEX triplet: 50, 81 and AD. RGB value is (80,129,173). Sum of RGB (Red+Green+Blue) = 80+129+173=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #5081AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AD is #AF7E52. Grayscale: #777777. Windows color (decimal): -11501139 or 11370832. OLE color: 11370832.

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

Color convert

RGB80129173-
CMYK0.540.2500.32
HSL208.39º36.76%49.61%-
HSV(B)208.39º53.76%67.84%-
XYZ18.720.4242.49-
YUV119.36158.2799.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=20.94%
G=33.77%
B=45.29%

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
Decimal801291730.540.2500.32208.3936.7649.61
Hex5081AD3619020d02532
Octal12020125566310403204562
Binary1010000100000011010110111011011001010000011010000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5081AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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