#5A869D

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

Shades of Air Force Blue #5A869D

Tints of Air Force Blue #5A869D

Color information

#5A869D (or 0x5A869D) is unknown color: approx Air Force Blue. HEX triplet: 5A, 86 and 9D. RGB value is (90,134,157). Sum of RGB (Red+Green+Blue) = 90+134+157=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A869D is #A57962. Grayscale: #7B7B7B. Windows color (decimal): -10844515 or 10323546. OLE color: 10323546.

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

Color convert

RGB90134157-
CMYK0.430.1500.38
HSL200.6º27.13%48.43%-
HSV(B)200.6º42.68%61.57%-
XYZ18.8321.6635.09-
YUV123.47146.92104.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=23.62%
G=35.17%
B=41.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901341570.430.1500.38200.627.1348.43
Hex5A869D2BF026c91b30
Octal13220623553170463113360
Binary10110101000011010011101101011111101001101100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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