#517AAA

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

Shades of Steel Blue #517AAA

Tints of Steel Blue #517AAA

Color information

#517AAA (or 0x517AAA) is unknown color: approx Steel Blue. HEX triplet: 51, 7A and AA. RGB value is (81,122,170). Sum of RGB (Red+Green+Blue) = 81+122+170=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #517AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AAA is #AE8555. Grayscale: #727272. Windows color (decimal): -11437398 or 11172433. OLE color: 11172433.

HSL color Cylindrical-coordinate representation of color #517AAA: hue angle of 212.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #517AAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81122170-
CMYK0.520.2800.33
HSL212.36º35.46%49.22%-
HSV(B)212.36º52.35%66.67%-
XYZ17.6118.5740.69-
YUV115.21158.92103.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=21.72%
G=32.71%
B=45.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811221700.520.2800.33212.3635.4649.22
Hex517AAA341C021d42331
Octal12117225264340413244361
Binary101000111110101010101011010011100010000111010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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