#5E80AF

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

Shades of Air Force Blue #5E80AF

Tints of Air Force Blue #5E80AF

Color information

#5E80AF (or 0x5E80AF) is unknown color: approx Air Force Blue. HEX triplet: 5E, 80 and AF. RGB value is (94,128,175). Sum of RGB (Red+Green+Blue) = 94+128+175=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E80AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E80AF is #A17F50. Grayscale: #7A7A7A. Windows color (decimal): -10583889 or 11501662. OLE color: 11501662.

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

Color convert

RGB94128175-
CMYK0.460.2700.31
HSL214.81º33.61%52.75%-
HSV(B)214.81º46.29%68.63%-
XYZ20.0720.9143.54-
YUV123.19157.24107.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=23.68%
G=32.24%
B=44.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941281750.460.2700.31214.8133.6152.75
Hex5E80AF2E1B01Fd72235
Octal13620025756330373274265
Binary101111010000000101011111011101101101111111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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