Html Css Color HEX #547CA2 Air Force Blue

📋 copy color: '#547CA2'

red 84 ◦ green 124 ◦ blue 162

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

Shades of Air Force Blue #547CA2

Tints of Air Force Blue #547CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 22.7%
G = 33.51%
B = 43.78%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#547CA2 (or 0x547CA2) is known color: Air Force Blue. HEX triplet: 54, 7C and A2. RGB value is (84,124,162). Sum of RGB (Red+Green+Blue) = 84+124+162=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #547CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CA2 is #AB835D. Grayscale: #747474. Windows color (decimal): -11240286 or 10648660. OLE color: 10648660.

HSL color Cylindrical-coordinate representation of color #547CA2: hue angle of 209.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #547CA2 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 124 162 -
CMYK 0.48 0.23 0 0.36
HSL 209.23º 0.32% 0.48% -
HSV(B) 209.23º 0.48% 0.64% -
XYZ 17.39 18.91 36.92 -
YUV 116.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 84 124 162 0.48 0.23 0 0.36 209.23 0.32 0.48
Hex 54 7C A2 30 17 0 24 D1 20 30
Octal 124 174 242 60 27 0 44 321 40 60
Binary 1010100 1111100 10100010 110000 10111 0 100100 11010001 100000 110000

Color Harmonies of #547CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CA2

Black with #547CA2

Text Example


Text Example

White with #547CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,162); }

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

background-color css

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

 a { background-color: rgb(84,124,162); }

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

border-color css

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

 span { border-color: rgb(84,124,162); }

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