#5E879E

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

Shades of Air Force Blue #5E879E

Tints of Air Force Blue #5E879E

Color information

#5E879E (or 0x5E879E) is unknown color: approx Air Force Blue. HEX triplet: 5E, 87 and 9E. RGB value is (94,135,158). Sum of RGB (Red+Green+Blue) = 94+135+158=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E879E is #A17861. Grayscale: #7D7D7D. Windows color (decimal): -10582114 or 10389342. OLE color: 10389342.

HSL color Cylindrical-coordinate representation of color #5E879E: hue angle of 201.56º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E879E is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94135158-
CMYK0.410.1500.38
HSL201.56º25.4%49.41%-
HSV(B)201.56º40.51%61.96%-
XYZ19.4522.1835.6-
YUV125.36146.42105.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=24.29%
G=34.88%
B=40.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941351580.410.1500.38201.5625.449.41
Hex5E879E29F026ca1931
Octal13620723651170463123161
Binary10111101000011110011110101001111101001101100101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,158); }

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

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

 a { background-color: rgb(94,135,158); }

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

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

 span { border-color: rgb(94,135,158); }

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