#517EA7

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

Shades of Steel Blue #517EA7

Tints of Steel Blue #517EA7

Color information

#517EA7 (or 0x517EA7) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and A7. RGB value is (81,126,167). Sum of RGB (Red+Green+Blue) = 81+126+167=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #517EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EA7 is #AE8158. Grayscale: #757575. Windows color (decimal): -11436377 or 10976849. OLE color: 10976849.

HSL color Cylindrical-coordinate representation of color #517EA7: hue angle of 208.6º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #517EA7 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB81126167-
CMYK0.510.2500.35
HSL208.6º34.68%48.63%-
HSV(B)208.6º51.5%65.49%-
XYZ17.8319.4639.38-
YUV117.22156.09102.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=21.66%
G=33.69%
B=44.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811261670.510.2500.35208.634.6848.63
Hex517EA73319023d12331
Octal12117624763310433214361
Binary101000111111101010011111001111001010001111010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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