#5179AD

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

Shades of Steel Blue #5179AD

Tints of Steel Blue #5179AD

Color information

#5179AD (or 0x5179AD) is unknown color: approx Steel Blue. HEX triplet: 51, 79 and AD. RGB value is (81,121,173). Sum of RGB (Red+Green+Blue) = 81+121+173=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5179AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5179AD is #AE8652. Grayscale: #727272. Windows color (decimal): -11437651 or 11368785. OLE color: 11368785.

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

Color convert

RGB81121173-
CMYK0.530.3000.32
HSL213.91º36.22%49.8%-
HSV(B)213.91º53.18%67.84%-
XYZ17.7718.4442.16-
YUV114.97160.75103.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=21.6%
G=32.27%
B=46.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811211730.530.3000.32213.9136.2249.8
Hex5179AD351E020d62432
Octal12117125565360403264462
Binary101000111110011010110111010111110010000011010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5179AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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