#517CAE

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

Shades of Steel Blue #517CAE

Tints of Steel Blue #517CAE

Color information

#517CAE (or 0x517CAE) is unknown color: approx Steel Blue. HEX triplet: 51, 7C and AE. RGB value is (81,124,174). Sum of RGB (Red+Green+Blue) = 81+124+174=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #517CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CAE is #AE8351. Grayscale: #747474. Windows color (decimal): -11436882 or 11435089. OLE color: 11435089.

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

Color convert

RGB81124174-
CMYK0.530.2900.32
HSL212.26º36.47%50%-
HSV(B)212.26º53.45%68.24%-
XYZ18.2419.2242.79-
YUV116.84160.25102.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.37%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=21.37%
G=32.72%
B=45.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811241740.530.2900.32212.2636.4750
Hex517CAE351D020d42432
Octal12117425665350403244462
Binary101000111111001010111011010111101010000011010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,124,174); }

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

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

 a { background-color: rgb(81,124,174); }

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

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

 span { border-color: rgb(81,124,174); }

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