#5F879F

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

Shades of Air Force Blue #5F879F

Tints of Air Force Blue #5F879F

Color information

#5F879F (or 0x5F879F) is unknown color: approx Air Force Blue. HEX triplet: 5F, 87 and 9F. RGB value is (95,135,159). Sum of RGB (Red+Green+Blue) = 95+135+159=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F879F is #A07860. Grayscale: #7D7D7D. Windows color (decimal): -10516577 or 10454879. OLE color: 10454879.

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

Color convert

RGB95135159-
CMYK0.400.1500.38
HSL202.5º25.2%49.8%-
HSV(B)202.5º40.25%62.35%-
XYZ19.6422.2636.06-
YUV125.78146.75106.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=24.42%
G=34.70%
B=40.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951351590.400.1500.38202.525.249.8
Hex5F879F28F026ca1932
Octal13720723750170463123162
Binary10111111000011110011111101000111101001101100101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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