Html Css Color HEX #547EA6 Air Force Blue

📋 copy color: '#547EA6'

red 84 ◦ green 126 ◦ blue 166

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

Shades of Air Force Blue #547EA6

Tints of Air Force Blue #547EA6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 22.34%
G = 33.51%
B = 44.15%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#547EA6 (or 0x547EA6) is known color: Air Force Blue. HEX triplet: 54, 7E and A6. RGB value is (84,126,166). Sum of RGB (Red+Green+Blue) = 84+126+166=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #547EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547EA6 is #AB8159. Grayscale: #757575. Windows color (decimal): -11239770 or 10911316. OLE color: 10911316.

HSL color Cylindrical-coordinate representation of color #547EA6: hue angle of 209.27º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #547EA6 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 126 166 -
CMYK 0.49 0.24 0 0.35
HSL 209.27º 0.33% 0.49% -
HSV(B) 209.27º 0.49% 0.65% -
XYZ 18 19.56 38.9 -
YUV 118 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 84 126 166 0.49 0.24 0 0.35 209.27 0.33 0.49
Hex 54 7E A6 31 18 0 23 D1 21 31
Octal 124 176 246 61 30 0 43 321 41 61
Binary 1010100 1111110 10100110 110001 11000 0 100011 11010001 100001 110001

Color Harmonies of #547EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547EA6

Black with #547EA6

Text Example


Text Example

White with #547EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547EA6; }

 p { color: rgb(84,126,166); }

 H1.HeaderClassName
 {
   color: #547EA6;
 }
 .AnyTagClassName
 {
   color: #547EA6;
 }
</style>

background-color css

<style>
 a { background-color: #547EA6; }

 a { background-color: rgb(84,126,166); }

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

border-color css

<style>
 span { border-color: #547EA6; }

 span { border-color: rgb(84,126,166); }

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