#517FAA

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

Shades of Steel Blue #517FAA

Tints of Steel Blue #517FAA

Color information

#517FAA (or 0x517FAA) is unknown color: approx Steel Blue. HEX triplet: 51, 7F and AA. RGB value is (81,127,170). Sum of RGB (Red+Green+Blue) = 81+127+170=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #517FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517FAA is #AE8055. Grayscale: #757575. Windows color (decimal): -11436118 or 11173713. OLE color: 11173713.

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

Color convert

RGB81127170-
CMYK0.520.2500.33
HSL208.99º35.46%49.22%-
HSV(B)208.99º52.35%66.67%-
XYZ18.2419.8340.9-
YUV118.15157.26101.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=21.43%
G=33.60%
B=44.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811271700.520.2500.33208.9935.4649.22
Hex517FAA3419021d12331
Octal12117725264310413214361
Binary101000111111111010101011010011001010000111010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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