#5A94AC

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

Shades of Air Force Blue #5A94AC

Tints of Air Force Blue #5A94AC

Color information

#5A94AC (or 0x5A94AC) is unknown color: approx Air Force Blue. HEX triplet: 5A, 94 and AC. RGB value is (90,148,172). Sum of RGB (Red+Green+Blue) = 90+148+172=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A94AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A94AC is #A56B53. Grayscale: #858585. Windows color (decimal): -10840916 or 11310170. OLE color: 11310170.

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

Color convert

RGB90148172-
CMYK0.480.1400.33
HSL197.56º33.06%51.37%-
HSV(B)197.56º47.67%67.45%-
XYZ22.2526.3342.94-
YUV133.39149.7897.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=21.95%
G=36.10%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901481720.480.1400.33197.5633.0651.37
Hex5A94AC30E021c62133
Octal13222425460160413064163
Binary101101010010100101011001100001110010000111000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,148,172); }

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

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

 a { background-color: rgb(90,148,172); }

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

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

 span { border-color: rgb(90,148,172); }

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