#5A90AA

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

Shades of Air Force Blue #5A90AA

Tints of Air Force Blue #5A90AA

Color information

#5A90AA (or 0x5A90AA) is unknown color: approx Air Force Blue. HEX triplet: 5A, 90 and AA. RGB value is (90,144,170). Sum of RGB (Red+Green+Blue) = 90+144+170=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A90AA is #A56F55. Grayscale: #828282. Windows color (decimal): -10841942 or 11178074. OLE color: 11178074.

HSL color Cylindrical-coordinate representation of color #5A90AA: hue angle of 199.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A90AA is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90144170-
CMYK0.470.1500.33
HSL199.5º32%50.98%-
HSV(B)199.5º47.06%66.67%-
XYZ21.4525.0241.73-
YUV130.82150.1198.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.28%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=22.28%
G=35.64%
B=42.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901441700.470.1500.33199.53250.98
Hex5A90AA2FF021c82033
Octal13222025257170413104063
Binary101101010010000101010101011111111010000111001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,144,170); }

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

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

 a { background-color: rgb(90,144,170); }

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

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

 span { border-color: rgb(90,144,170); }

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