#517EAD

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

Shades of Steel Blue #517EAD

Tints of Steel Blue #517EAD

Color information

#517EAD (or 0x517EAD) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and AD. RGB value is (81,126,173). Sum of RGB (Red+Green+Blue) = 81+126+173=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #517EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EAD is #AE8152. Grayscale: #757575. Windows color (decimal): -11436371 or 11370065. OLE color: 11370065.

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

Color convert

RGB81126173-
CMYK0.530.2700.32
HSL210.65º36.22%49.8%-
HSV(B)210.65º53.18%67.84%-
XYZ18.419.6942.37-
YUV117.9159.09101.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=21.32%
G=33.16%
B=45.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811261730.530.2700.32210.6536.2249.8
Hex517EAD351B020d32432
Octal12117625565330403234462
Binary101000111111101010110111010111011010000011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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