#548EAF

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

Shades of Air Force Blue #548EAF

Tints of Air Force Blue #548EAF

Color information

#548EAF (or 0x548EAF) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and AF. RGB value is (84,142,175). Sum of RGB (Red+Green+Blue) = 84+142+175=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #548EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548EAF is #AB7150. Grayscale: #808080. Windows color (decimal): -11235665 or 11505236. OLE color: 11505236.

HSL color Cylindrical-coordinate representation of color #548EAF: hue angle of 201.76º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548EAF is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84142175-
CMYK0.520.1900.31
HSL201.76º36.25%50.78%-
HSV(B)201.76º52%68.63%-
XYZ21.0724.3344.14-
YUV128.42154.2896.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=20.95%
G=35.41%
B=43.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841421750.520.1900.31201.7636.2550.78
Hex548EAF341301Fca2433
Octal12421625764230373124463
Binary101010010001110101011111101001001101111111001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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