#5F7FAA

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

Shades of Air Force Blue #5F7FAA

Tints of Air Force Blue #5F7FAA

Color information

#5F7FAA (or 0x5F7FAA) is unknown color: approx Air Force Blue. HEX triplet: 5F, 7F and AA. RGB value is (95,127,170). Sum of RGB (Red+Green+Blue) = 95+127+170=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7FAA is #A08055. Grayscale: #7A7A7A. Windows color (decimal): -10518614 or 11173727. OLE color: 11173727.

HSL color Cylindrical-coordinate representation of color #5F7FAA: hue angle of 214.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F7FAA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95127170-
CMYK0.440.2500.33
HSL214.4º30.61%51.96%-
HSV(B)214.4º44.12%66.67%-
XYZ19.5620.5140.96-
YUV122.33154.9108.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=24.23%
G=32.40%
B=43.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951271700.440.2500.33214.430.6151.96
Hex5F7FAA2C19021d61f34
Octal13717725254310413263764
Binary10111111111111101010101011001100101000011101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,127,170); }

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

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

 a { background-color: rgb(95,127,170); }

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

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

 span { border-color: rgb(95,127,170); }

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