#517FAC

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

Shades of Steel Blue #517FAC

Tints of Steel Blue #517FAC

Color information

#517FAC (or 0x517FAC) is unknown color: approx Steel Blue. HEX triplet: 51, 7F and AC. RGB value is (81,127,172). Sum of RGB (Red+Green+Blue) = 81+127+172=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #517FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAC is #AE8053. Grayscale: #767676. Windows color (decimal): -11436116 or 11304785. OLE color: 11304785.

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

Color convert

RGB81127172-
CMYK0.530.2600.33
HSL209.67º35.97%49.61%-
HSV(B)209.67º52.91%67.45%-
XYZ18.4319.9141.9-
YUV118.38158.26101.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=21.32%
G=33.42%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811271720.530.2600.33209.6735.9749.61
Hex517FAC351A021d22432
Octal12117725465320413224462
Binary101000111111111010110011010111010010000111010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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