Html Css Color HEX #548FAD Air Force Blue

📋 copy color: '#548FAD'

red 84 ◦ green 143 ◦ blue 173

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

Shades of Air Force Blue #548FAD

Tints of Air Force Blue #548FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 21%
G = 35.75%
B = 43.25%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#548FAD (or 0x548FAD) is known color: Air Force Blue. HEX triplet: 54, 8F and AD. RGB value is (84,143,173). Sum of RGB (Red+Green+Blue) = 84+143+173=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #548FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAD is #AB7052. Grayscale: #808080. Windows color (decimal): -11235411 or 11374420. OLE color: 11374420.

HSL color Cylindrical-coordinate representation of color #548FAD: hue angle of 200.22º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548FAD is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 143 173 -
CMYK 0.51 0.17 0 0.32
HSL 200.22º 0.35% 0.5% -
HSV(B) 200.22º 0.51% 0.68% -
XYZ 21.02 24.55 43.17 -
YUV 128.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 84 143 173 0.51 0.17 0 0.32 200.22 0.35 0.5
Hex 54 8F AD 33 11 0 20 C8 23 32
Octal 124 217 255 63 21 0 40 310 43 62
Binary 1010100 10001111 10101101 110011 10001 0 100000 11001000 100011 110010

Color Harmonies of #548FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FAD

Black with #548FAD

Text Example


Text Example

White with #548FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,143,173); }

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

background-color css

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

 a { background-color: rgb(84,143,173); }

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

border-color css

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

 span { border-color: rgb(84,143,173); }

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