#5A849B

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

Shades of Air Force Blue #5A849B

Tints of Air Force Blue #5A849B

Color information

#5A849B (or 0x5A849B) is unknown color: approx Air Force Blue. HEX triplet: 5A, 84 and 9B. RGB value is (90,132,155). Sum of RGB (Red+Green+Blue) = 90+132+155=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A849B is #A57B64. Grayscale: #797979. Windows color (decimal): -10845029 or 10191962. OLE color: 10191962.

HSL color Cylindrical-coordinate representation of color #5A849B: hue angle of 201.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A849B is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90132155-
CMYK0.420.1500.39
HSL201.23º26.53%48.04%-
HSV(B)201.23º41.94%60.78%-
XYZ18.3821.0434.1-
YUV122.06146.59105.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=23.87%
G=35.01%
B=41.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901321550.420.1500.39201.2326.5348.04
Hex5A849B2AF027c91b30
Octal13220423352170473113360
Binary10110101000010010011011101010111101001111100100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,155); }

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

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

 a { background-color: rgb(90,132,155); }

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

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

 span { border-color: rgb(90,132,155); }

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