#5F7EAC

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

Shades of Air Force Blue #5F7EAC

Tints of Air Force Blue #5F7EAC

Color information

#5F7EAC (or 0x5F7EAC) is unknown color: approx Air Force Blue. HEX triplet: 5F, 7E and AC. RGB value is (95,126,172). Sum of RGB (Red+Green+Blue) = 95+126+172=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7EAC is #A08153. Grayscale: #797979. Windows color (decimal): -10518868 or 11304543. OLE color: 11304543.

HSL color Cylindrical-coordinate representation of color #5F7EAC: hue angle of 215.84º 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 #5F7EAC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95126172-
CMYK0.450.2700.33
HSL215.84º31.69%52.35%-
HSV(B)215.84º44.77%67.45%-
XYZ19.6320.3341.92-
YUV121.98156.23108.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=24.17%
G=32.06%
B=43.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951261720.450.2700.33215.8431.6952.35
Hex5F7EAC2D1B021d82034
Octal13717625455330413304064
Binary101111111111101010110010110111011010000111011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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