#517EAC

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

Shades of Steel Blue #517EAC

Tints of Steel Blue #517EAC

Color information

#517EAC (or 0x517EAC) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and AC. RGB value is (81,126,172). Sum of RGB (Red+Green+Blue) = 81+126+172=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #517EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EAC is #AE8153. Grayscale: #757575. Windows color (decimal): -11436372 or 11304529. OLE color: 11304529.

HSL color Cylindrical-coordinate representation of color #517EAC: hue angle of 210.33º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517EAC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81126172-
CMYK0.530.2700.33
HSL210.33º35.97%49.61%-
HSV(B)210.33º52.91%67.45%-
XYZ18.319.6541.86-
YUV117.79158.59101.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.37%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=21.37%
G=33.25%
B=45.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811261720.530.2700.33210.3335.9749.61
Hex517EAC351B021d22432
Octal12117625465330413224462
Binary101000111111101010110011010111011010000111010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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