#5F80AC

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

Shades of Air Force Blue #5F80AC

Tints of Air Force Blue #5F80AC

Color information

#5F80AC (or 0x5F80AC) is unknown color: approx Air Force Blue. HEX triplet: 5F, 80 and AC. RGB value is (95,128,172). Sum of RGB (Red+Green+Blue) = 95+128+172=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F80AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F80AC is #A07F53. Grayscale: #7A7A7A. Windows color (decimal): -10518356 or 11305055. OLE color: 11305055.

HSL color Cylindrical-coordinate representation of color #5F80AC: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F80AC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95128172-
CMYK0.450.2600.33
HSL214.29º31.69%52.35%-
HSV(B)214.29º44.77%67.45%-
XYZ19.8820.8542.01-
YUV123.15155.57107.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.05%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=24.05%
G=32.41%
B=43.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951281720.450.2600.33214.2931.6952.35
Hex5F80AC2D1A021d62034
Octal13720025455320413264064
Binary1011111100000001010110010110111010010000111010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F80AC; }

 p { color: rgb(95,128,172); }

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

<style>
 a { background-color: #5F80AC; }

 a { background-color: rgb(95,128,172); }

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

<style>
 span { border-color: #5F80AC; }

 span { border-color: rgb(95,128,172); }

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