Html Css Color HEX #547F9F Air Force Blue

📋 copy color: '#547F9F'

red 84 ◦ green 127 ◦ blue 159

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

Shades of Air Force Blue #547F9F

Tints of Air Force Blue #547F9F

RGB

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

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

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

R = 22.7%
G = 34.32%
B = 42.97%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#547F9F (or 0x547F9F) is known color: Air Force Blue. HEX triplet: 54, 7F and 9F. RGB value is (84,127,159). Sum of RGB (Red+Green+Blue) = 84+127+159=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #547F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F9F is #AB8060. Grayscale: #757575. Windows color (decimal): -11239521 or 10452820. OLE color: 10452820.

HSL color Cylindrical-coordinate representation of color #547F9F: hue angle of 205.6º 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 #547F9F is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 127 159 -
CMYK 0.47 0.20 0 0.38
HSL 205.6º 0.31% 0.48% -
HSV(B) 205.6º 0.47% 0.62% -
XYZ 17.5 19.57 35.66 -
YUV 117.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 84 127 159 0.47 0.20 0 0.38 205.6 0.31 0.48
Hex 54 7F 9F 2F 14 0 26 CE 1F 30
Octal 124 177 237 57 24 0 46 316 37 60
Binary 1010100 1111111 10011111 101111 10100 0 100110 11001110 11111 110000

Color Harmonies of #547F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547F9F

Black with #547F9F

Text Example


Text Example

White with #547F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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