Html Css Color HEX #547C9F Air Force Blue

📋 copy color: '#547C9F'

red 84 ◦ green 124 ◦ blue 159

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

Shades of Air Force Blue #547C9F

Tints of Air Force Blue #547C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 22.89%
G = 33.79%
B = 43.32%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#547C9F (or 0x547C9F) is known color: Air Force Blue. HEX triplet: 54, 7C and 9F. RGB value is (84,124,159). Sum of RGB (Red+Green+Blue) = 84+124+159=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #547C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C9F is #AB8360. Grayscale: #737373. Windows color (decimal): -11240289 or 10452052. OLE color: 10452052.

HSL color Cylindrical-coordinate representation of color #547C9F: hue angle of 208º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #547C9F is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 124 159 -
CMYK 0.47 0.22 0 0.38
HSL 208º 0.31% 0.48% -
HSV(B) 208º 0.47% 0.62% -
XYZ 17.12 18.8 35.53 -
YUV 116.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 84 124 159 0.47 0.22 0 0.38 208 0.31 0.48
Hex 54 7C 9F 2F 16 0 26 D0 1F 30
Octal 124 174 237 57 26 0 46 320 37 60
Binary 1010100 1111100 10011111 101111 10110 0 100110 11010000 11111 110000

Color Harmonies of #547C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C9F

Black with #547C9F

Text Example


Text Example

White with #547C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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