#5182AD

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

Shades of Steel Blue #5182AD

Tints of Steel Blue #5182AD

Color information

#5182AD (or 0x5182AD) is unknown color: approx Steel Blue. HEX triplet: 51, 82 and AD. RGB value is (81,130,173). Sum of RGB (Red+Green+Blue) = 81+130+173=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #5182AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5182AD is #AE7D52. Grayscale: #787878. Windows color (decimal): -11435347 or 11371089. OLE color: 11371089.

HSL color Cylindrical-coordinate representation of color #5182AD: hue angle of 208.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5182AD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81130173-
CMYK0.530.2500.32
HSL208.04º36.22%49.8%-
HSV(B)208.04º53.18%67.84%-
XYZ18.9220.7342.54-
YUV120.25157.77100-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=21.09%
G=33.85%
B=45.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811301730.530.2500.32208.0436.2249.8
Hex5182AD3519020d02432
Octal12120225565310403204462
Binary1010001100000101010110111010111001010000011010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,130,173); }

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

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

 a { background-color: rgb(81,130,173); }

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

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

 span { border-color: rgb(81,130,173); }

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