#517D9F

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

Shades of Air Force Blue #517D9F

Tints of Air Force Blue #517D9F

Color information

#517D9F (or 0x517D9F) is unknown color: approx Air Force Blue. HEX triplet: 51, 7D and 9F. RGB value is (81,125,159). Sum of RGB (Red+Green+Blue) = 81+125+159=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #517D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D9F is #AE8260. Grayscale: #737373. Windows color (decimal): -11436641 or 10452305. OLE color: 10452305.

HSL color Cylindrical-coordinate representation of color #517D9F: hue angle of 206.15º 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 #517D9F is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81125159-
CMYK0.490.2100.38
HSL206.15º32.5%47.06%-
HSV(B)206.15º49.06%62.35%-
XYZ16.9818.9235.56-
YUV115.72152.42103.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=22.19%
G=34.25%
B=43.56%

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
Decimal811251590.490.2100.38206.1532.547.06
Hex517D9F3115026ce202f
Octal12117523761250463164057
Binary101000111111011001111111000110101010011011001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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