#517E9E

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

Shades of Air Force Blue #517E9E

Tints of Air Force Blue #517E9E

Color information

#517E9E (or 0x517E9E) is unknown color: approx Air Force Blue. HEX triplet: 51, 7E and 9E. RGB value is (81,126,158). Sum of RGB (Red+Green+Blue) = 81+126+158=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #517E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E9E is #AE8161. Grayscale: #747474. Windows color (decimal): -11436386 or 10387025. OLE color: 10387025.

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

Color convert

RGB81126158-
CMYK0.490.2000.38
HSL204.94º32.22%46.86%-
HSV(B)204.94º48.73%61.96%-
XYZ17.0319.1435.14-
YUV116.19151.59102.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=22.19%
G=34.52%
B=43.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811261580.490.2000.38204.9432.2246.86
Hex517E9E3114026cd202f
Octal12117623661240463154057
Binary101000111111101001111011000110100010011011001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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