Html Css Color HEX #547DA4 Air Force Blue

📋 copy color: '#547DA4'

red 84 ◦ green 125 ◦ blue 164

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

Shades of Air Force Blue #547DA4

Tints of Air Force Blue #547DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.97%

R = 22.52%
G = 33.51%
B = 43.97%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#547DA4 (or 0x547DA4) is known color: Air Force Blue. HEX triplet: 54, 7D and A4. RGB value is (84,125,164). Sum of RGB (Red+Green+Blue) = 84+125+164=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #547DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA4 is #AB825B. Grayscale: #747474. Windows color (decimal): -11240028 or 10779988. OLE color: 10779988.

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

Color convert

RGB 84 125 164 -
CMYK 0.49 0.24 0 0.36
HSL 209.25º 0.32% 0.49% -
HSV(B) 209.25º 0.49% 0.64% -
XYZ 17.69 19.23 37.9 -
YUV 117.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 84 125 164 0.49 0.24 0 0.36 209.25 0.32 0.49
Hex 54 7D A4 31 18 0 24 D1 20 31
Octal 124 175 244 61 30 0 44 321 40 61
Binary 1010100 1111101 10100100 110001 11000 0 100100 11010001 100000 110001

Color Harmonies of #547DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DA4

Black with #547DA4

Text Example


Text Example

White with #547DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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