#5F809D

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

Shades of Air Force Blue #5F809D

Tints of Air Force Blue #5F809D

Color information

#5F809D (or 0x5F809D) is unknown color: approx Air Force Blue. HEX triplet: 5F, 80 and 9D. RGB value is (95,128,157). Sum of RGB (Red+Green+Blue) = 95+128+157=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F809D is #A07F62. Grayscale: #797979. Windows color (decimal): -10518371 or 10322015. OLE color: 10322015.

HSL color Cylindrical-coordinate representation of color #5F809D: hue angle of 208.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F809D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95128157-
CMYK0.390.1800.38
HSL208.06º24.6%49.41%-
HSV(B)208.06º39.49%61.57%-
XYZ18.5220.3134.84-
YUV121.44148.07109.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=25%
G=33.68%
B=41.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951281570.390.1800.38208.0624.649.41
Hex5F809D2712026d01931
Octal13720023547220463203161
Binary101111110000000100111011001111001001001101101000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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