#517FAD

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

Shades of Steel Blue #517FAD

Tints of Steel Blue #517FAD

Color information

#517FAD (or 0x517FAD) is unknown color: approx Steel Blue. HEX triplet: 51, 7F and AD. RGB value is (81,127,173). Sum of RGB (Red+Green+Blue) = 81+127+173=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #517FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAD is #AE8052. Grayscale: #767676. Windows color (decimal): -11436115 or 11370321. OLE color: 11370321.

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

Color convert

RGB81127173-
CMYK0.530.2700.32
HSL210º36.22%49.8%-
HSV(B)210º53.18%67.84%-
XYZ18.5319.9542.41-
YUV118.49158.76101.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=21.26%
G=33.33%
B=45.41%

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
Decimal811271730.530.2700.3221036.2249.8
Hex517FAD351B020d22432
Octal12117725565330403224462
Binary101000111111111010110111010111011010000011010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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