#5594AC

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

Shades of Air Force Blue #5594AC

Tints of Air Force Blue #5594AC

Color information

#5594AC (or 0x5594AC) is unknown color: approx Air Force Blue. HEX triplet: 55, 94 and AC. RGB value is (85,148,172). Sum of RGB (Red+Green+Blue) = 85+148+172=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #5594AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5594AC is #AA6B53. Grayscale: #838383. Windows color (decimal): -11168596 or 11310165. OLE color: 11310165.

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

Color convert

RGB85148172-
CMYK0.510.1400.33
HSL196.55º34.39%50.39%-
HSV(B)196.55º50.58%67.45%-
XYZ21.7826.0942.92-
YUV131.9150.6394.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=20.99%
G=36.54%
B=42.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851481720.510.1400.33196.5534.3950.39
Hex5594AC33E021c52232
Octal12522425463160413054262
Binary101010110010100101011001100111110010000111000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5594AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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