#517E9F

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

Shades of Air Force Blue #517E9F

Tints of Air Force Blue #517E9F

Color information

#517E9F (or 0x517E9F) is unknown color: approx Air Force Blue. HEX triplet: 51, 7E and 9F. RGB value is (81,126,159). Sum of RGB (Red+Green+Blue) = 81+126+159=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #517E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E9F is #AE8160. Grayscale: #747474. Windows color (decimal): -11436385 or 10452561. OLE color: 10452561.

HSL color Cylindrical-coordinate representation of color #517E9F: hue angle of 205.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #517E9F is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81126159-
CMYK0.490.2100.38
HSL205.38º32.5%47.06%-
HSV(B)205.38º49.06%62.35%-
XYZ17.1119.1735.6-
YUV116.31152.09102.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=22.13%
G=34.43%
B=43.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811261590.490.2100.38205.3832.547.06
Hex517E9F3115026cd202f
Octal12117623761250463154057
Binary101000111111101001111111000110101010011011001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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