#5487AE

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

Shades of Air Force Blue #5487AE

Tints of Air Force Blue #5487AE

Color information

#5487AE (or 0x5487AE) is unknown color: approx Air Force Blue. HEX triplet: 54, 87 and AE. RGB value is (84,135,174). Sum of RGB (Red+Green+Blue) = 84+135+174=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #5487AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AE is #AB7851. Grayscale: #7B7B7B. Windows color (decimal): -11237458 or 11437908. OLE color: 11437908.

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

Color convert

RGB84135174-
CMYK0.520.2200.32
HSL206º35.71%50.59%-
HSV(B)206º51.72%68.24%-
XYZ19.9622.2743.29-
YUV124.2156.199.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.37%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=21.37%
G=34.35%
B=44.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841351740.520.2200.3220635.7150.59
Hex5487AE3416020ce2433
Octal12420725664260403164463
Binary1010100100001111010111011010010110010000011001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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