#5F849F

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

Shades of Air Force Blue #5F849F

Tints of Air Force Blue #5F849F

Color information

#5F849F (or 0x5F849F) is unknown color: approx Air Force Blue. HEX triplet: 5F, 84 and 9F. RGB value is (95,132,159). Sum of RGB (Red+Green+Blue) = 95+132+159=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F849F is #A07B60. Grayscale: #7B7B7B. Windows color (decimal): -10517345 or 10454111. OLE color: 10454111.

HSL color Cylindrical-coordinate representation of color #5F849F: hue angle of 205.31º 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 #5F849F is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95132159-
CMYK0.400.1700.38
HSL205.31º25.2%49.8%-
HSV(B)205.31º40.25%62.35%-
XYZ19.2321.4435.93-
YUV124.02147.74107.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.61%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=24.61%
G=34.20%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951321590.400.1700.38205.3125.249.8
Hex5F849F2811026cd1932
Octal13720423750210463153162
Binary101111110000100100111111010001000101001101100110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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