#5179AE

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

Shades of Steel Blue #5179AE

Tints of Steel Blue #5179AE

Color information

#5179AE (or 0x5179AE) is unknown color: approx Steel Blue. HEX triplet: 51, 79 and AE. RGB value is (81,121,174). Sum of RGB (Red+Green+Blue) = 81+121+174=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #5179AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5179AE is #AE8651. Grayscale: #727272. Windows color (decimal): -11437650 or 11434321. OLE color: 11434321.

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

Color convert

RGB81121174-
CMYK0.530.3000.32
HSL214.19º36.47%50%-
HSV(B)214.19º53.45%68.24%-
XYZ17.8718.4842.67-
YUV115.08161.25103.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=21.54%
G=32.18%
B=46.28%

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
Decimal811211740.530.3000.32214.1936.4750
Hex5179AE351E020d62432
Octal12117125665360403264462
Binary101000111110011010111011010111110010000011010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5179AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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