#517EB2

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

Shades of Steel Blue #517EB2

Tints of Steel Blue #517EB2

Color information

#517EB2 (or 0x517EB2) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and B2. RGB value is (81,126,178). Sum of RGB (Red+Green+Blue) = 81+126+178=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #517EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EB2 is #AE814D. Grayscale: #767676. Windows color (decimal): -11436366 or 11697745. OLE color: 11697745.

HSL color Cylindrical-coordinate representation of color #517EB2: hue angle of 212.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #517EB2 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81126178-
CMYK0.540.2900.30
HSL212.16º38.65%50.78%-
HSV(B)212.16º54.49%69.8%-
XYZ18.8919.8944.96-
YUV118.47161.59101.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.04%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=21.04%
G=32.73%
B=46.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811261780.540.2900.30212.1638.6550.78
Hex517EB2361D01Ed42733
Octal12117626266350363244763
Binary10100011111110101100101101101110101111011010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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