#508BAD

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

Shades of Air Force Blue #508BAD

Tints of Air Force Blue #508BAD

Color information

#508BAD (or 0x508BAD) is unknown color: approx Air Force Blue. HEX triplet: 50, 8B and AD. RGB value is (80,139,173). Sum of RGB (Red+Green+Blue) = 80+139+173=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #508BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BAD is #AF7452. Grayscale: #7D7D7D. Windows color (decimal): -11498579 or 11373392. OLE color: 11373392.

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

Color convert

RGB80139173-
CMYK0.540.2000.32
HSL201.94º36.76%49.61%-
HSV(B)201.94º53.76%67.84%-
XYZ20.0823.1942.95-
YUV125.23154.9595.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=20.41%
G=35.46%
B=44.13%

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
Decimal801391730.540.2000.32201.9436.7649.61
Hex508BAD3614020ca2532
Octal12021325566240403124562
Binary1010000100010111010110111011010100010000011001010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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