#517FAE

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

Shades of Steel Blue #517FAE

Tints of Steel Blue #517FAE

Color information

#517FAE (or 0x517FAE) is unknown color: approx Steel Blue. HEX triplet: 51, 7F and AE. RGB value is (81,127,174). Sum of RGB (Red+Green+Blue) = 81+127+174=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #517FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAE is #AE8051. Grayscale: #767676. Windows color (decimal): -11436114 or 11435857. OLE color: 11435857.

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

Color convert

RGB81127174-
CMYK0.530.2700.32
HSL210.32º36.47%50%-
HSV(B)210.32º53.45%68.24%-
XYZ18.6219.9842.92-
YUV118.6159.26101.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=21.20%
G=33.25%
B=45.55%

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
Decimal811271740.530.2700.32210.3236.4750
Hex517FAE351B020d22432
Octal12117725665330403224462
Binary101000111111111010111011010111011010000011010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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