#5A809D

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

Shades of Air Force Blue #5A809D

Tints of Air Force Blue #5A809D

Color information

#5A809D (or 0x5A809D) is unknown color: approx Air Force Blue. HEX triplet: 5A, 80 and 9D. RGB value is (90,128,157). Sum of RGB (Red+Green+Blue) = 90+128+157=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A809D is #A57F62. Grayscale: #777777. Windows color (decimal): -10846051 or 10322010. OLE color: 10322010.

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

Color convert

RGB90128157-
CMYK0.430.1800.38
HSL205.97º27.13%48.43%-
HSV(B)205.97º42.68%61.57%-
XYZ18.0220.0534.82-
YUV119.94148.91106.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=24%
G=34.13%
B=41.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901281570.430.1800.38205.9727.1348.43
Hex5A809D2B12026ce1b30
Octal13220023553220463163360
Binary101101010000000100111011010111001001001101100111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,128,157); }

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

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

 a { background-color: rgb(90,128,157); }

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

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

 span { border-color: rgb(90,128,157); }

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