#5492AA

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

Shades of Air Force Blue #5492AA

Tints of Air Force Blue #5492AA

Color information

#5492AA (or 0x5492AA) is unknown color: approx Air Force Blue. HEX triplet: 54, 92 and AA. RGB value is (84,146,170). Sum of RGB (Red+Green+Blue) = 84+146+170=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #5492AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5492AA is #AB6D55. Grayscale: #828282. Windows color (decimal): -11234646 or 11178580. OLE color: 11178580.

HSL color Cylindrical-coordinate representation of color #5492AA: hue angle of 196.74º 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 #5492AA is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84146170-
CMYK0.510.1400.33
HSL196.74º33.86%49.8%-
HSV(B)196.74º50.59%66.67%-
XYZ21.1925.3441.81-
YUV130.2150.4695.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=21%
G=36.5%
B=42.5%

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
Decimal841461700.510.1400.33196.7433.8649.8
Hex5492AA33E021c52232
Octal12422225263160413054262
Binary101010010010010101010101100111110010000111000101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5492AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5492AA; }

 p { color: rgb(84,146,170); }

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

<style>
 a { background-color: #5492AA; }

 a { background-color: rgb(84,146,170); }

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

<style>
 span { border-color: #5492AA; }

 span { border-color: rgb(84,146,170); }

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