#517EA9

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

Shades of Steel Blue #517EA9

Tints of Steel Blue #517EA9

Color information

#517EA9 (or 0x517EA9) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and A9. RGB value is (81,126,169). Sum of RGB (Red+Green+Blue) = 81+126+169=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #517EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EA9 is #AE8156. Grayscale: #757575. Windows color (decimal): -11436375 or 11107921. OLE color: 11107921.

HSL color Cylindrical-coordinate representation of color #517EA9: hue angle of 209.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #517EA9 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB81126169-
CMYK0.520.2500.34
HSL209.32º35.2%49.02%-
HSV(B)209.32º52.07%66.27%-
XYZ18.0219.5440.36-
YUV117.45157.09102-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=21.54%
G=33.51%
B=44.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811261690.520.2500.34209.3235.249.02
Hex517EA93419022d12331
Octal12117625164310423214361
Binary101000111111101010100111010011001010001011010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,169); }

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

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

 a { background-color: rgb(81,126,169); }

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

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

 span { border-color: rgb(81,126,169); }

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