#508AAA

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

Shades of Air Force Blue #508AAA

Tints of Air Force Blue #508AAA

Color information

#508AAA (or 0x508AAA) is unknown color: approx Air Force Blue. HEX triplet: 50, 8A and AA. RGB value is (80,138,170). Sum of RGB (Red+Green+Blue) = 80+138+170=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #508AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAA is #AF7555. Grayscale: #7C7C7C. Windows color (decimal): -11498838 or 11176528. OLE color: 11176528.

HSL color Cylindrical-coordinate representation of color #508AAA: hue angle of 201.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508AAA is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80138170-
CMYK0.530.1900.33
HSL201.33º36%49.02%-
HSV(B)201.33º52.94%66.67%-
XYZ19.6522.7841.39-
YUV124.31153.7896.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=20.62%
G=35.57%
B=43.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801381700.530.1900.33201.333649.02
Hex508AAA3513021c92431
Octal12021225265230413114461
Binary1010000100010101010101011010110011010000111001001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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