#508AAF

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

Shades of Air Force Blue #508AAF

Tints of Air Force Blue #508AAF

Color information

#508AAF (or 0x508AAF) is unknown color: approx Air Force Blue. HEX triplet: 50, 8A and AF. RGB value is (80,138,175). Sum of RGB (Red+Green+Blue) = 80+138+175=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #508AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAF is #AF7550. Grayscale: #7C7C7C. Windows color (decimal): -11498833 or 11504208. OLE color: 11504208.

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

Color convert

RGB80138175-
CMYK0.540.2100.31
HSL203.37º37.25%50%-
HSV(B)203.37º54.29%68.63%-
XYZ20.1322.9843.93-
YUV124.88156.2895.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=20.36%
G=35.11%
B=44.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801381750.540.2100.31203.3737.2550
Hex508AAF361501Fcb2532
Octal12021225766250373134562
Binary101000010001010101011111101101010101111111001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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