#5E8DAF

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

Shades of Air Force Blue #5E8DAF

Tints of Air Force Blue #5E8DAF

Color information

#5E8DAF (or 0x5E8DAF) is unknown color: approx Air Force Blue. HEX triplet: 5E, 8D and AF. RGB value is (94,141,175). Sum of RGB (Red+Green+Blue) = 94+141+175=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E8DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8DAF is #A17250. Grayscale: #828282. Windows color (decimal): -10580561 or 11504990. OLE color: 11504990.

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

Color convert

RGB94141175-
CMYK0.460.1900.31
HSL205.19º33.61%52.75%-
HSV(B)205.19º46.29%68.63%-
XYZ21.8824.5244.14-
YUV130.82152.93101.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.93%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=22.93%
G=34.39%
B=42.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941411750.460.1900.31205.1933.6152.75
Hex5E8DAF2E1301Fcd2235
Octal13621525756230373154265
Binary101111010001101101011111011101001101111111001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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