Html Css Color HEX #547CA6 Air Force Blue

📋 copy color: '#547CA6'

red 84 ◦ green 124 ◦ blue 166

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

Shades of Air Force Blue #547CA6

Tints of Air Force Blue #547CA6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 22.46%
G = 33.16%
B = 44.39%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#547CA6 (or 0x547CA6) is known color: Air Force Blue. HEX triplet: 54, 7C and A6. RGB value is (84,124,166). Sum of RGB (Red+Green+Blue) = 84+124+166=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #547CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547CA6 is #AB8359. Grayscale: #747474. Windows color (decimal): -11240282 or 10910804. OLE color: 10910804.

HSL color Cylindrical-coordinate representation of color #547CA6: hue angle of 210.73º 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 #547CA6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 124 166 -
CMYK 0.49 0.25 0 0.35
HSL 210.73º 0.33% 0.49% -
HSV(B) 210.73º 0.49% 0.65% -
XYZ 17.75 19.05 38.82 -
YUV 116.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 84 124 166 0.49 0.25 0 0.35 210.73 0.33 0.49
Hex 54 7C A6 31 19 0 23 D3 21 31
Octal 124 174 246 61 31 0 43 323 41 61
Binary 1010100 1111100 10100110 110001 11001 0 100011 11010011 100001 110001

Color Harmonies of #547CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CA6

Black with #547CA6

Text Example


Text Example

White with #547CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,166); }

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

background-color css

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

 a { background-color: rgb(84,124,166); }

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

border-color css

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

 span { border-color: rgb(84,124,166); }

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