Html Css Color HEX #547DA0 Air Force Blue

📋 copy color: '#547DA0'

red 84 ◦ green 125 ◦ blue 160

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

Shades of Air Force Blue #547DA0

Tints of Air Force Blue #547DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 22.76%
G = 33.88%
B = 43.36%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#547DA0 (or 0x547DA0) is known color: Air Force Blue. HEX triplet: 54, 7D and A0. RGB value is (84,125,160). Sum of RGB (Red+Green+Blue) = 84+125+160=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #547DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547DA0 is #AB825F. Grayscale: #747474. Windows color (decimal): -11240032 or 10517844. OLE color: 10517844.

HSL color Cylindrical-coordinate representation of color #547DA0: hue angle of 207.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #547DA0 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 125 160 -
CMYK 0.48 0.22 0 0.37
HSL 207.63º 0.31% 0.48% -
HSV(B) 207.63º 0.48% 0.63% -
XYZ 17.33 19.09 36.03 -
YUV 116.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 84 125 160 0.48 0.22 0 0.37 207.63 0.31 0.48
Hex 54 7D A0 30 16 0 25 D0 1F 30
Octal 124 175 240 60 26 0 45 320 37 60
Binary 1010100 1111101 10100000 110000 10110 0 100101 11010000 11111 110000

Color Harmonies of #547DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547DA0

Black with #547DA0

Text Example


Text Example

White with #547DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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