#517FAB

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

Shades of Steel Blue #517FAB

Tints of Steel Blue #517FAB

Color information

#517FAB (or 0x517FAB) is unknown color: approx Steel Blue. HEX triplet: 51, 7F and AB. RGB value is (81,127,171). Sum of RGB (Red+Green+Blue) = 81+127+171=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #517FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAB is #AE8054. Grayscale: #767676. Windows color (decimal): -11436117 or 11239249. OLE color: 11239249.

HSL color Cylindrical-coordinate representation of color #517FAB: hue angle of 209.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517FAB is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81127171-
CMYK0.530.2600.33
HSL209.33º35.71%49.41%-
HSV(B)209.33º52.63%67.06%-
XYZ18.3319.8741.4-
YUV118.26157.76101.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.37%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=21.37%
G=33.51%
B=45.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811271710.530.2600.33209.3335.7149.41
Hex517FAB351A021d12431
Octal12117725365320413214461
Binary101000111111111010101111010111010010000111010001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,127,171); }

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

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

 a { background-color: rgb(81,127,171); }

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

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

 span { border-color: rgb(81,127,171); }

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