#517AAE

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

Shades of Steel Blue #517AAE

Tints of Steel Blue #517AAE

Color information

#517AAE (or 0x517AAE) is unknown color: approx Steel Blue. HEX triplet: 51, 7A and AE. RGB value is (81,122,174). Sum of RGB (Red+Green+Blue) = 81+122+174=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #517AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAE is #AE8551. Grayscale: #737373. Windows color (decimal): -11437394 or 11434577. OLE color: 11434577.

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

Color convert

RGB81122174-
CMYK0.530.3000.32
HSL213.55º36.47%50%-
HSV(B)213.55º53.45%68.24%-
XYZ17.9918.7242.71-
YUV115.67160.92103.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=21.49%
G=32.36%
B=46.15%

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
Decimal811221740.530.3000.32213.5536.4750
Hex517AAE351E020d62432
Octal12117225665360403264462
Binary101000111110101010111011010111110010000011010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517AAE; }

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

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

<style>
 a { background-color: #517AAE; }

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

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

<style>
 span { border-color: #517AAE; }

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

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