#5592AE

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

Shades of Air Force Blue #5592AE

Tints of Air Force Blue #5592AE

Color information

#5592AE (or 0x5592AE) is unknown color: approx Air Force Blue. HEX triplet: 55, 92 and AE. RGB value is (85,146,174). Sum of RGB (Red+Green+Blue) = 85+146+174=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #5592AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5592AE is #AA6D51. Grayscale: #828282. Windows color (decimal): -11169106 or 11440725. OLE color: 11440725.

HSL color Cylindrical-coordinate representation of color #5592AE: hue angle of 198.88º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5592AE is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85146174-
CMYK0.510.1600.32
HSL198.88º35.46%50.78%-
HSV(B)198.88º51.15%68.24%-
XYZ21.6725.5543.83-
YUV130.95152.2995.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=20.99%
G=36.05%
B=42.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851461740.510.1600.32198.8835.4650.78
Hex5592AE3310020c72333
Octal12522225663200403074363
Binary1010101100100101010111011001110000010000011000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5592AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5592AE; }

 p { color: rgb(85,146,174); }

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

<style>
 a { background-color: #5592AE; }

 a { background-color: rgb(85,146,174); }

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

<style>
 span { border-color: #5592AE; }

 span { border-color: rgb(85,146,174); }

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