#508AAB

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

Shades of Air Force Blue #508AAB

Tints of Air Force Blue #508AAB

Color information

#508AAB (or 0x508AAB) is unknown color: approx Air Force Blue. HEX triplet: 50, 8A and AB. RGB value is (80,138,171). Sum of RGB (Red+Green+Blue) = 80+138+171=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #508AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAB is #AF7554. Grayscale: #7C7C7C. Windows color (decimal): -11498837 or 11242064. OLE color: 11242064.

HSL color Cylindrical-coordinate representation of color #508AAB: hue angle of 201.76º 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 #508AAB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80138171-
CMYK0.530.1900.33
HSL201.76º36.25%49.22%-
HSV(B)201.76º53.22%67.06%-
XYZ19.7522.8241.89-
YUV124.42154.2896.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=20.57%
G=35.48%
B=43.96%

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
Decimal801381710.530.1900.33201.7636.2549.22
Hex508AAB3513021ca2431
Octal12021225365230413124461
Binary1010000100010101010101111010110011010000111001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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