#5A899F

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

Shades of Air Force Blue #5A899F

Tints of Air Force Blue #5A899F

Color information

#5A899F (or 0x5A899F) is unknown color: approx Air Force Blue. HEX triplet: 5A, 89 and 9F. RGB value is (90,137,159). Sum of RGB (Red+Green+Blue) = 90+137+159=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A899F is #A57660. Grayscale: #7D7D7D. Windows color (decimal): -10843745 or 10455386. OLE color: 10455386.

HSL color Cylindrical-coordinate representation of color #5A899F: hue angle of 199.13º degrees, saturation: 0.28, 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 #5A899F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90137159-
CMYK0.430.1400.38
HSL199.13º27.71%48.82%-
HSV(B)199.13º43.4%62.35%-
XYZ19.4222.5736.13-
YUV125.46146.93102.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.32%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=23.32%
G=35.49%
B=41.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901371590.430.1400.38199.1327.7148.82
Hex5A899F2BE026c71c31
Octal13221123753160463073461
Binary10110101000100110011111101011111001001101100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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