#5A899E

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

Shades of Air Force Blue #5A899E

Tints of Air Force Blue #5A899E

Color information

#5A899E (or 0x5A899E) is unknown color: approx Air Force Blue. HEX triplet: 5A, 89 and 9E. RGB value is (90,137,158). Sum of RGB (Red+Green+Blue) = 90+137+158=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A899E is #A57661. Grayscale: #7D7D7D. Windows color (decimal): -10843746 or 10389850. OLE color: 10389850.

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

Color convert

RGB90137158-
CMYK0.430.1300.38
HSL198.53º27.42%48.63%-
HSV(B)198.53º43.04%61.96%-
XYZ19.3322.5335.68-
YUV125.34146.43102.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.38%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=23.38%
G=35.58%
B=41.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901371580.430.1300.38198.5327.4248.63
Hex5A899E2BD026c71b31
Octal13221123653150463073361
Binary10110101000100110011110101011110101001101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,158); }

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

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

 a { background-color: rgb(90,137,158); }

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

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

 span { border-color: rgb(90,137,158); }

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