#548EAE

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

Shades of Air Force Blue #548EAE

Tints of Air Force Blue #548EAE

Color information

#548EAE (or 0x548EAE) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and AE. RGB value is (84,142,174). Sum of RGB (Red+Green+Blue) = 84+142+174=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #548EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548EAE is #AB7151. Grayscale: #808080. Windows color (decimal): -11235666 or 11439700. OLE color: 11439700.

HSL color Cylindrical-coordinate representation of color #548EAE: hue angle of 201.33º 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 #548EAE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84142174-
CMYK0.520.1800.32
HSL201.33º35.71%50.59%-
HSV(B)201.33º51.72%68.24%-
XYZ20.9724.2943.63-
YUV128.31153.7896.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=21%
G=35.5%
B=43.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841421740.520.1800.32201.3335.7150.59
Hex548EAE3412020c92433
Octal12421625664220403114463
Binary1010100100011101010111011010010010010000011001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548EAE; }

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

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

<style>
 a { background-color: #548EAE; }

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

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

<style>
 span { border-color: #548EAE; }

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

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