Html Css Color HEX #548CAA Air Force Blue

📋 copy color: '#548CAA'

red 84 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #548CAA

Tints of Air Force Blue #548CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.53%

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

R = 21.32%
G = 35.53%
B = 43.15%

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

#548CAA (or 0x548CAA) is known color: Air Force Blue. HEX triplet: 54, 8C and AA. RGB value is (84,140,170). Sum of RGB (Red+Green+Blue) = 84+140+170=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #548CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548CAA is #AB7355. Grayscale: #7E7E7E. Windows color (decimal): -11236182 or 11177044. OLE color: 11177044.

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

Color convert

RGB 84 140 170 -
CMYK 0.51 0.18 0 0.33
HSL 200.93º 0.34% 0.5% -
HSV(B) 200.93º 0.51% 0.67% -
XYZ 20.29 23.54 41.51 -
YUV 126.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 84 140 170 0.51 0.18 0 0.33 200.93 0.34 0.5
Hex 54 8C AA 33 12 0 21 C9 22 32
Octal 124 214 252 63 22 0 41 311 42 62
Binary 1010100 10001100 10101010 110011 10010 0 100001 11001001 100010 110010

Color Harmonies of #548CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548CAA

Black with #548CAA

Text Example


Text Example

White with #548CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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