#5e84af

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

Shades of Air Force Blue #5E84AF

Tints of Air Force Blue #5E84AF

Color information

#5E84AF (or 0x5E84AF) is unknown color: approx Air Force Blue. HEX triplet: 5E, 84 and AF. RGB value is (94,132,175). Sum of RGB (Red+Green+Blue) = 94+132+175=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E84AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E84AF is #A17B50. Grayscale: #7D7D7D. Windows color (decimal): -10582865 or 11502686. OLE color: 11502686.

HSL color Cylindrical-coordinate representation of color #5E84AF: hue angle of 211.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E84AF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB94132175-
CMYK0.460.2500.31
HSL211.85º33.61%52.75%-
HSV(B)211.85º46.29%68.63%-
XYZ20.6121.9843.71-
YUV125.54155.91105.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.44%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=23.44%
G=32.92%
B=43.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941321750.460.2500.31211.8533.6152.75
Hex5E84AF2E1901Fd42235
Octal13620425756310373244265
Binary101111010000100101011111011101100101111111010100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e84af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,175); }

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

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

 a { background-color: rgb(94,132,175); }

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

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

 span { border-color: rgb(94,132,175); }

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