Html Css Color HEX #547FA5 Air Force Blue

📋 copy color: '#547FA5'

red 84 ◦ green 127 ◦ blue 165

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

Shades of Air Force Blue #547FA5

Tints of Air Force Blue #547FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 165 (64.84% from 255) = 43.88%

R = 22.34%
G = 33.78%
B = 43.88%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#547FA5 (or 0x547FA5) is known color: Air Force Blue. HEX triplet: 54, 7F and A5. RGB value is (84,127,165). Sum of RGB (Red+Green+Blue) = 84+127+165=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #547FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547FA5 is #AB805A. Grayscale: #767676. Windows color (decimal): -11239515 or 10846036. OLE color: 10846036.

HSL color Cylindrical-coordinate representation of color #547FA5: hue angle of 208.15º 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 #547FA5 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 127 165 -
CMYK 0.49 0.23 0 0.35
HSL 208.15º 0.33% 0.49% -
HSV(B) 208.15º 0.49% 0.65% -
XYZ 18.04 19.78 38.46 -
YUV 118.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 84 127 165 0.49 0.23 0 0.35 208.15 0.33 0.49
Hex 54 7F A5 31 17 0 23 D0 21 31
Octal 124 177 245 61 27 0 43 320 41 61
Binary 1010100 1111111 10100101 110001 10111 0 100011 11010000 100001 110001

Color Harmonies of #547FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547FA5

Black with #547FA5

Text Example


Text Example

White with #547FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,127,165); }

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

background-color css

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

 a { background-color: rgb(84,127,165); }

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

border-color css

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

 span { border-color: rgb(84,127,165); }

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