Html Css Color HEX #547D9F Air Force Blue

📋 copy color: '#547D9F'

red 84 ◦ green 125 ◦ blue 159

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

Shades of Air Force Blue #547D9F

Tints of Air Force Blue #547D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

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

R = 22.83%
G = 33.97%
B = 43.21%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#547D9F (or 0x547D9F) is known color: Air Force Blue. HEX triplet: 54, 7D and 9F. RGB value is (84,125,159). Sum of RGB (Red+Green+Blue) = 84+125+159=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #547D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D9F is #AB8260. Grayscale: #747474. Windows color (decimal): -11240033 or 10452308. OLE color: 10452308.

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

Color convert

RGB 84 125 159 -
CMYK 0.47 0.21 0 0.38
HSL 207.2º 0.31% 0.48% -
HSV(B) 207.2º 0.47% 0.62% -
XYZ 17.25 19.06 35.57 -
YUV 116.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 84 125 159 0.47 0.21 0 0.38 207.2 0.31 0.48
Hex 54 7D 9F 2F 15 0 26 CF 1F 30
Octal 124 175 237 57 25 0 46 317 37 60
Binary 1010100 1111101 10011111 101111 10101 0 100110 11001111 11111 110000

Color Harmonies of #547D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D9F

Black with #547D9F

Text Example


Text Example

White with #547D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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