#5487AC

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

Shades of Air Force Blue #5487AC

Tints of Air Force Blue #5487AC

Color information

#5487AC (or 0x5487AC) is unknown color: approx Air Force Blue. HEX triplet: 54, 87 and AC. RGB value is (84,135,172). Sum of RGB (Red+Green+Blue) = 84+135+172=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5487AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AC is #AB7853. Grayscale: #7B7B7B. Windows color (decimal): -11237460 or 11306836. OLE color: 11306836.

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

Color convert

RGB84135172-
CMYK0.510.2200.33
HSL205.23º34.65%50.2%-
HSV(B)205.23º51.16%67.45%-
XYZ19.7722.1942.27-
YUV123.97155.199.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=21.48%
G=34.53%
B=43.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841351720.510.2200.33205.2334.6550.2
Hex5487AC3316021cd2332
Octal12420725463260413154362
Binary1010100100001111010110011001110110010000111001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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