#508AAE

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

Shades of Air Force Blue #508AAE

Tints of Air Force Blue #508AAE

Color information

#508AAE (or 0x508AAE) is unknown color: approx Air Force Blue. HEX triplet: 50, 8A and AE. RGB value is (80,138,174). Sum of RGB (Red+Green+Blue) = 80+138+174=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #508AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAE is #AF7551. Grayscale: #7C7C7C. Windows color (decimal): -11498834 or 11438672. OLE color: 11438672.

HSL color Cylindrical-coordinate representation of color #508AAE: hue angle of 202.98º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508AAE is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80138174-
CMYK0.540.2100.32
HSL202.98º37.01%49.8%-
HSV(B)202.98º54.02%68.24%-
XYZ20.0422.9443.42-
YUV124.76155.7896.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=20.41%
G=35.20%
B=44.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801381740.540.2100.32202.9837.0149.8
Hex508AAE3615020cb2532
Octal12021225666250403134562
Binary1010000100010101010111011011010101010000011001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508AAE; }

 p { color: rgb(80,138,174); }

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

<style>
 a { background-color: #508AAE; }

 a { background-color: rgb(80,138,174); }

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

<style>
 span { border-color: #508AAE; }

 span { border-color: rgb(80,138,174); }

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