Html Css Color HEX #548AAA Air Force Blue

📋 copy color: '#548AAA'

red 84 ◦ green 138 ◦ blue 170

#548AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #548AAA

Tints of Air Force Blue #548AAA

RGB

 RED value IS 84 (33.2% from 255) = 21.43%

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 21.43%
G = 35.2%
B = 43.37%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#548AAA (or 0x548AAA) is known color: Air Force Blue. HEX triplet: 54, 8A and AA. RGB value is (84,138,170). Sum of RGB (Red+Green+Blue) = 84+138+170=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #548AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548AAA is #AB7555. Grayscale: #7D7D7D. Windows color (decimal): -11236694 or 11176532. OLE color: 11176532.

HSL color Cylindrical-coordinate representation of color #548AAA: hue angle of 202.33º degrees, saturation: 0.34, 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 #548AAA is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 138 170 -
CMYK 0.51 0.19 0 0.33
HSL 202.33º 0.34% 0.5% -
HSV(B) 202.33º 0.51% 0.67% -
XYZ 20 22.96 41.41 -
YUV 125.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 84 138 170 0.51 0.19 0 0.33 202.33 0.34 0.5
Hex 54 8A AA 33 13 0 21 CA 22 32
Octal 124 212 252 63 23 0 41 312 42 62
Binary 1010100 10001010 10101010 110011 10011 0 100001 11001010 100010 110010

Color Harmonies of #548AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548AAA

Black with #548AAA

Text Example


Text Example

White with #548AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #548AAA;
 }
 .AnyTagClassName
 {
   color: #548AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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