#517EAE

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

Shades of Steel Blue #517EAE

Tints of Steel Blue #517EAE

Color information

#517EAE (or 0x517EAE) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and AE. RGB value is (81,126,174). Sum of RGB (Red+Green+Blue) = 81+126+174=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #517EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EAE is #AE8151. Grayscale: #757575. Windows color (decimal): -11436370 or 11435601. OLE color: 11435601.

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

Color convert

RGB81126174-
CMYK0.530.2800.32
HSL210.97º36.47%50%-
HSV(B)210.97º53.45%68.24%-
XYZ18.4919.7342.88-
YUV118.02159.59101.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=21.26%
G=33.07%
B=45.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811261740.530.2800.32210.9736.4750
Hex517EAE351C020d32432
Octal12117625665340403234462
Binary101000111111101010111011010111100010000011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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