#517AB2

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

Shades of Steel Blue #517AB2

Tints of Steel Blue #517AB2

Color information

#517AB2 (or 0x517AB2) is unknown color: approx Steel Blue. HEX triplet: 51, 7A and B2. RGB value is (81,122,178). Sum of RGB (Red+Green+Blue) = 81+122+178=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #517AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517AB2 is #AE854D. Grayscale: #737373. Windows color (decimal): -11437390 or 11696721. OLE color: 11696721.

HSL color Cylindrical-coordinate representation of color #517AB2: hue angle of 214.64º 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 #517AB2 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81122178-
CMYK0.540.3100.30
HSL214.64º38.65%50.78%-
HSV(B)214.64º54.49%69.8%-
XYZ18.3918.8844.8-
YUV116.12162.92102.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=21.26%
G=32.02%
B=46.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811221780.540.3100.30214.6438.6550.78
Hex517AB2361F01Ed72733
Octal12117226266370363274763
Binary10100011111010101100101101101111101111011010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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