Html Css Color HEX #548BAA Air Force Blue

📋 copy color: '#548BAA'

red 84 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #548BAA

Tints of Air Force Blue #548BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

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

R = 21.37%
G = 35.37%
B = 43.26%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#548BAA (or 0x548BAA) is known color: Air Force Blue. HEX triplet: 54, 8B and AA. RGB value is (84,139,170). Sum of RGB (Red+Green+Blue) = 84+139+170=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #548BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAA is #AB7455. Grayscale: #7D7D7D. Windows color (decimal): -11236438 or 11176788. OLE color: 11176788.

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

Color convert

RGB 84 139 170 -
CMYK 0.51 0.18 0 0.33
HSL 201.63º 0.34% 0.5% -
HSV(B) 201.63º 0.51% 0.67% -
XYZ 20.14 23.25 41.46 -
YUV 126.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 84 139 170 0.51 0.18 0 0.33 201.63 0.34 0.5
Hex 54 8B AA 33 12 0 21 CA 22 32
Octal 124 213 252 63 22 0 41 312 42 62
Binary 1010100 10001011 10101010 110011 10010 0 100001 11001010 100010 110010

Color Harmonies of #548BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BAA

Black with #548BAA

Text Example


Text Example

White with #548BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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