#5594AB

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

Shades of Air Force Blue #5594AB

Tints of Air Force Blue #5594AB

Color information

#5594AB (or 0x5594AB) is unknown color: approx Air Force Blue. HEX triplet: 55, 94 and AB. RGB value is (85,148,171). Sum of RGB (Red+Green+Blue) = 85+148+171=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #5594AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5594AB is #AA6B54. Grayscale: #838383. Windows color (decimal): -11168597 or 11244629. OLE color: 11244629.

HSL color Cylindrical-coordinate representation of color #5594AB: hue angle of 196.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5594AB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85148171-
CMYK0.500.1300.33
HSL196.05º33.86%50.2%-
HSV(B)196.05º50.29%67.06%-
XYZ21.6926.0542.41-
YUV131.78150.1394.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=21.04%
G=36.63%
B=42.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851481710.500.1300.33196.0533.8650.2
Hex5594AB32D021c42232
Octal12522425362150413044262
Binary101010110010100101010111100101101010000111000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5594AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5594AB; }

 p { color: rgb(85,148,171); }

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

<style>
 a { background-color: #5594AB; }

 a { background-color: rgb(85,148,171); }

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

<style>
 span { border-color: #5594AB; }

 span { border-color: rgb(85,148,171); }

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