#5790AC

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

Shades of Air Force Blue #5790AC

Tints of Air Force Blue #5790AC

Color information

#5790AC (or 0x5790AC) is unknown color: approx Air Force Blue. HEX triplet: 57, 90 and AC. RGB value is (87,144,172). Sum of RGB (Red+Green+Blue) = 87+144+172=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #5790AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5790AC is #A86F53. Grayscale: #818181. Windows color (decimal): -11038548 or 11309143. OLE color: 11309143.

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

Color convert

RGB87144172-
CMYK0.490.1600.33
HSL199.76º33.86%50.78%-
HSV(B)199.76º49.42%67.45%-
XYZ21.3524.9542.72-
YUV130.15151.6297.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.59%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=21.59%
G=35.73%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871441720.490.1600.33199.7633.8650.78
Hex5790AC3110021c82233
Octal12722025461200413104263
Binary1010111100100001010110011000110000010000111001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5790AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,144,172); }

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

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

 a { background-color: rgb(87,144,172); }

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

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

 span { border-color: rgb(87,144,172); }

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