#517EA2

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

Shades of Air Force Blue #517EA2

Tints of Air Force Blue #517EA2

Color information

#517EA2 (or 0x517EA2) is unknown color: approx Air Force Blue. HEX triplet: 51, 7E and A2. RGB value is (81,126,162). Sum of RGB (Red+Green+Blue) = 81+126+162=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #517EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EA2 is #AE815D. Grayscale: #747474. Windows color (decimal): -11436382 or 10649169. OLE color: 10649169.

HSL color Cylindrical-coordinate representation of color #517EA2: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #517EA2 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81126162-
CMYK0.500.2200.36
HSL206.67º33.33%47.65%-
HSV(B)206.67º50%63.53%-
XYZ17.3819.2836.99-
YUV116.65153.59102.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=21.95%
G=34.15%
B=43.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811261620.500.2200.36206.6733.3347.65
Hex517EA23216024cf2130
Octal12117624262260443174160
Binary101000111111101010001011001010110010010011001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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