#508BAE

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

Shades of Air Force Blue #508BAE

Tints of Air Force Blue #508BAE

Color information

#508BAE (or 0x508BAE) is unknown color: approx Air Force Blue. HEX triplet: 50, 8B and AE. RGB value is (80,139,174). Sum of RGB (Red+Green+Blue) = 80+139+174=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #508BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BAE is #AF7451. Grayscale: #7D7D7D. Windows color (decimal): -11498578 or 11438928. OLE color: 11438928.

HSL color Cylindrical-coordinate representation of color #508BAE: hue angle of 202.34º 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 #508BAE is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80139174-
CMYK0.540.2000.32
HSL202.34º37.01%49.8%-
HSV(B)202.34º54.02%68.24%-
XYZ20.1823.2343.46-
YUV125.35155.4595.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.36%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=20.36%
G=35.37%
B=44.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801391740.540.2000.32202.3437.0149.8
Hex508BAE3614020ca2532
Octal12021325666240403124562
Binary1010000100010111010111011011010100010000011001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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