#5E86AF

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

Shades of Air Force Blue #5E86AF

Tints of Air Force Blue #5E86AF

Color information

#5E86AF (or 0x5E86AF) is unknown color: approx Air Force Blue. HEX triplet: 5E, 86 and AF. RGB value is (94,134,175). Sum of RGB (Red+Green+Blue) = 94+134+175=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E86AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E86AF is #A17950. Grayscale: #7E7E7E. Windows color (decimal): -10582353 or 11503198. OLE color: 11503198.

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

Color convert

RGB94134175-
CMYK0.460.2300.31
HSL210.37º33.61%52.75%-
HSV(B)210.37º46.29%68.63%-
XYZ20.8822.5343.8-
YUV126.71155.25104.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=23.33%
G=33.25%
B=43.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941341750.460.2300.31210.3733.6152.75
Hex5E86AF2E1701Fd22235
Octal13620625756270373224265
Binary101111010000110101011111011101011101111111010010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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