#5488AC

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

Shades of Air Force Blue #5488AC

Tints of Air Force Blue #5488AC

Color information

#5488AC (or 0x5488AC) is unknown color: approx Air Force Blue. HEX triplet: 54, 88 and AC. RGB value is (84,136,172). Sum of RGB (Red+Green+Blue) = 84+136+172=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #5488AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488AC is #AB7753. Grayscale: #7C7C7C. Windows color (decimal): -11237204 or 11307092. OLE color: 11307092.

HSL color Cylindrical-coordinate representation of color #5488AC: hue angle of 204.55º degrees, saturation: 0.35, 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 #5488AC is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84136172-
CMYK0.510.2100.33
HSL204.55º34.65%50.2%-
HSV(B)204.55º51.16%67.45%-
XYZ19.9122.4742.32-
YUV124.56154.7799.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=21.43%
G=34.69%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841361720.510.2100.33204.5534.6550.2
Hex5488AC3315021cd2332
Octal12421025463250413154362
Binary1010100100010001010110011001110101010000111001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,136,172); }

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

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

 a { background-color: rgb(84,136,172); }

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

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

 span { border-color: rgb(84,136,172); }

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