#5F84AE

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

Shades of Air Force Blue #5F84AE

Tints of Air Force Blue #5F84AE

Color information

#5F84AE (or 0x5F84AE) is unknown color: approx Air Force Blue. HEX triplet: 5F, 84 and AE. RGB value is (95,132,174). Sum of RGB (Red+Green+Blue) = 95+132+174=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F84AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F84AE is #A07B51. Grayscale: #7D7D7D. Windows color (decimal): -10517330 or 11437151. OLE color: 11437151.

HSL color Cylindrical-coordinate representation of color #5F84AE: hue angle of 211.9º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F84AE is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95132174-
CMYK0.450.2400.32
HSL211.9º32.78%52.75%-
HSV(B)211.9º45.4%68.24%-
XYZ20.6121.9943.2-
YUV125.72155.24106.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=23.69%
G=32.92%
B=43.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951321740.450.2400.32211.932.7852.75
Hex5F84AE2D18020d42135
Octal13720425655300403244165
Binary1011111100001001010111010110111000010000011010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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