#5F809F

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

Shades of Air Force Blue #5F809F

Tints of Air Force Blue #5F809F

Color information

#5F809F (or 0x5F809F) is unknown color: approx Air Force Blue. HEX triplet: 5F, 80 and 9F. RGB value is (95,128,159). Sum of RGB (Red+Green+Blue) = 95+128+159=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F809F is #A07F60. Grayscale: #797979. Windows color (decimal): -10518369 or 10453087. OLE color: 10453087.

HSL color Cylindrical-coordinate representation of color #5F809F: hue angle of 209.06º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F809F is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95128159-
CMYK0.400.1900.38
HSL209.06º25.2%49.8%-
HSV(B)209.06º40.25%62.35%-
XYZ18.720.3735.75-
YUV121.67149.07108.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.87%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=24.87%
G=33.51%
B=41.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951281590.400.1900.38209.0625.249.8
Hex5F809F2813026d11932
Octal13720023750230463213162
Binary101111110000000100111111010001001101001101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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