Html Css Color HEX #547DA5 Air Force Blue

📋 copy color: '#547DA5'

red 84 ◦ green 125 ◦ blue 165

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

Shades of Air Force Blue #547DA5

Tints of Air Force Blue #547DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 22.46%
G = 33.42%
B = 44.12%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#547DA5 (or 0x547DA5) is known color: Air Force Blue. HEX triplet: 54, 7D and A5. RGB value is (84,125,165). Sum of RGB (Red+Green+Blue) = 84+125+165=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #547DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA5 is #AB825A. Grayscale: #757575. Windows color (decimal): -11240027 or 10845524. OLE color: 10845524.

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

Color convert

RGB 84 125 165 -
CMYK 0.49 0.24 0 0.35
HSL 209.63º 0.33% 0.49% -
HSV(B) 209.63º 0.49% 0.65% -
XYZ 17.78 19.27 38.38 -
YUV 117.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 84 125 165 0.49 0.24 0 0.35 209.63 0.33 0.49
Hex 54 7D A5 31 18 0 23 D2 21 31
Octal 124 175 245 61 30 0 43 322 41 61
Binary 1010100 1111101 10100101 110001 11000 0 100011 11010010 100001 110001

Color Harmonies of #547DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DA5

Black with #547DA5

Text Example


Text Example

White with #547DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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