#517BAE

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

Shades of Steel Blue #517BAE

Tints of Steel Blue #517BAE

Color information

#517BAE (or 0x517BAE) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and AE. RGB value is (81,123,174). Sum of RGB (Red+Green+Blue) = 81+123+174=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #517BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAE is #AE8451. Grayscale: #747474. Windows color (decimal): -11437138 or 11434833. OLE color: 11434833.

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

Color convert

RGB81123174-
CMYK0.530.2900.32
HSL212.9º36.47%50%-
HSV(B)212.9º53.45%68.24%-
XYZ18.1218.9742.75-
YUV116.26160.59102.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=21.43%
G=32.54%
B=46.03%

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
Decimal811231740.530.2900.32212.936.4750
Hex517BAE351D020d52432
Octal12117325665350403254462
Binary101000111110111010111011010111101010000011010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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