#548AAF

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

Shades of Air Force Blue #548AAF

Tints of Air Force Blue #548AAF

Color information

#548AAF (or 0x548AAF) is unknown color: approx Air Force Blue. HEX triplet: 54, 8A and AF. RGB value is (84,138,175). Sum of RGB (Red+Green+Blue) = 84+138+175=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #548AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AAF is #AB7550. Grayscale: #7D7D7D. Windows color (decimal): -11236689 or 11504212. OLE color: 11504212.

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

Color convert

RGB84138175-
CMYK0.520.2100.31
HSL204.4º36.25%50.78%-
HSV(B)204.4º52%68.63%-
XYZ20.4823.1643.95-
YUV126.07155.6197.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=21.16%
G=34.76%
B=44.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841381750.520.2100.31204.436.2550.78
Hex548AAF341501Fcc2433
Octal12421225764250373144463
Binary101010010001010101011111101001010101111111001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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