#5792AE

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

Shades of Air Force Blue #5792AE

Tints of Air Force Blue #5792AE

Color information

#5792AE (or 0x5792AE) is unknown color: approx Air Force Blue. HEX triplet: 57, 92 and AE. RGB value is (87,146,174). Sum of RGB (Red+Green+Blue) = 87+146+174=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #5792AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5792AE is #A86D51. Grayscale: #838383. Windows color (decimal): -11038034 or 11440727. OLE color: 11440727.

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

Color convert

RGB87146174-
CMYK0.50.1600.32
HSL199.31º34.94%51.18%-
HSV(B)199.31º50%68.24%-
XYZ21.8525.6443.84-
YUV131.55151.9596.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=21.38%
G=35.87%
B=42.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871461740.50.1600.32199.3134.9451.18
Hex5792AE3210020c72333
Octal12722225662200403074363
Binary1010111100100101010111011001010000010000011000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5792AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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