#517EB1

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

Shades of Steel Blue #517EB1

Tints of Steel Blue #517EB1

Color information

#517EB1 (or 0x517EB1) is unknown color: approx Steel Blue. HEX triplet: 51, 7E and B1. RGB value is (81,126,177). Sum of RGB (Red+Green+Blue) = 81+126+177=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #517EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EB1 is #AE814E. Grayscale: #767676. Windows color (decimal): -11436367 or 11632209. OLE color: 11632209.

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

Color convert

RGB81126177-
CMYK0.540.2900.31
HSL211.88º38.1%50.59%-
HSV(B)211.88º54.24%69.41%-
XYZ18.7919.8544.44-
YUV118.36161.09101.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=21.09%
G=32.81%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811261770.540.2900.31211.8838.150.59
Hex517EB1361D01Fd42633
Octal12117626166350373244663
Binary10100011111110101100011101101110101111111010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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