Html Css Color HEX #547DA9 Air Force Blue

📋 copy color: '#547DA9'

red 84 ◦ green 125 ◦ blue 169

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

Shades of Air Force Blue #547DA9

Tints of Air Force Blue #547DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.71%

R = 22.22%
G = 33.07%
B = 44.71%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#547DA9 (or 0x547DA9) is known color: Air Force Blue. HEX triplet: 54, 7D and A9. RGB value is (84,125,169). Sum of RGB (Red+Green+Blue) = 84+125+169=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #547DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA9 is #AB8256. Grayscale: #757575. Windows color (decimal): -11240023 or 11107668. OLE color: 11107668.

HSL color Cylindrical-coordinate representation of color #547DA9: hue angle of 211.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #547DA9 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 125 169 -
CMYK 0.50 0.26 0 0.34
HSL 211.06º 0.34% 0.5% -
HSV(B) 211.06º 0.5% 0.66% -
XYZ 18.15 19.42 40.33 -
YUV 117.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 84 125 169 0.50 0.26 0 0.34 211.06 0.34 0.5
Hex 54 7D A9 32 1A 0 22 D3 22 32
Octal 124 175 251 62 32 0 42 323 42 62
Binary 1010100 1111101 10101001 110010 11010 0 100010 11010011 100010 110010

Color Harmonies of #547DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DA9

Black with #547DA9

Text Example


Text Example

White with #547DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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