#517AA9

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

Shades of Steel Blue #517AA9

Tints of Steel Blue #517AA9

Color information

#517AA9 (or 0x517AA9) is unknown color: approx Steel Blue. HEX triplet: 51, 7A and A9. RGB value is (81,122,169). Sum of RGB (Red+Green+Blue) = 81+122+169=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #517AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AA9 is #AE8556. Grayscale: #727272. Windows color (decimal): -11437399 or 11106897. OLE color: 11106897.

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

Color convert

RGB81122169-
CMYK0.520.2800.34
HSL212.05º35.2%49.02%-
HSV(B)212.05º52.07%66.27%-
XYZ17.5118.5340.19-
YUV115.1158.42103.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 169 (66.41% from 255) = 45.43%
R=21.77%
G=32.80%
B=45.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811221690.520.2800.34212.0535.249.02
Hex517AA9341C022d42331
Octal12117225164340423244361
Binary101000111110101010100111010011100010001011010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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