#5F7EAA

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

Shades of Air Force Blue #5F7EAA

Tints of Air Force Blue #5F7EAA

Color information

#5F7EAA (or 0x5F7EAA) is unknown color: approx Air Force Blue. HEX triplet: 5F, 7E and AA. RGB value is (95,126,170). Sum of RGB (Red+Green+Blue) = 95+126+170=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7EAA is #A08155. Grayscale: #797979. Windows color (decimal): -10518870 or 11173471. OLE color: 11173471.

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

Color convert

RGB95126170-
CMYK0.440.2600.33
HSL215.2º30.61%51.96%-
HSV(B)215.2º44.12%66.67%-
XYZ19.4420.2640.92-
YUV121.75155.23108.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=24.30%
G=32.23%
B=43.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951261700.440.2600.33215.230.6151.96
Hex5F7EAA2C1A021d71f34
Octal13717625254320413273764
Binary10111111111110101010101011001101001000011101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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