#517E9D

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

Shades of Air Force Blue #517E9D

Tints of Air Force Blue #517E9D

Color information

#517E9D (or 0x517E9D) is unknown color: approx Air Force Blue. HEX triplet: 51, 7E and 9D. RGB value is (81,126,157). Sum of RGB (Red+Green+Blue) = 81+126+157=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #517E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E9D is #AE8162. Grayscale: #737373. Windows color (decimal): -11436387 or 10321489. OLE color: 10321489.

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

Color convert

RGB81126157-
CMYK0.480.2000.38
HSL204.47º31.93%46.67%-
HSV(B)204.47º48.41%61.57%-
XYZ16.9419.1134.69-
YUV116.08151.09102.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=22.25%
G=34.62%
B=43.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811261570.480.2000.38204.4731.9346.67
Hex517E9D3014026cc202f
Octal12117623560240463144057
Binary101000111111101001110111000010100010011011001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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