Html Css Color HEX #5184AA Air Force Blue

📋 copy color: '#5184AA'

red 81 ◦ green 132 ◦ blue 170

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

Shades of Air Force Blue #5184AA

Tints of Air Force Blue #5184AA

RGB

 RED value IS 81 (32.03% from 255) = 21.15%

 GREEN value IS 132 (51.95% from 255) = 34.46%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 21.15%
G = 34.46%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5184AA (or 0x5184AA) is known color: Air Force Blue. HEX triplet: 51, 84 and AA. RGB value is (81,132,170). Sum of RGB (Red+Green+Blue) = 81+132+170=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5184AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5184AA is #AE7B55. Grayscale: #787878. Windows color (decimal): -11434838 or 11174993. OLE color: 11174993.

HSL color Cylindrical-coordinate representation of color #5184AA: hue angle of 205.62º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5184AA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 132 170 -
CMYK 0.52 0.22 0 0.33
HSL 205.62º 0.35% 0.49% -
HSV(B) 205.62º 0.52% 0.67% -
XYZ 18.9 21.15 41.12 -
YUV 121.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 81 132 170 0.52 0.22 0 0.33 205.62 0.35 0.49
Hex 51 84 AA 34 16 0 21 CE 23 31
Octal 121 204 252 64 26 0 41 316 43 61
Binary 1010001 10000100 10101010 110100 10110 0 100001 11001110 100011 110001

Color Harmonies of #5184AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184AA

Black with #5184AA

Text Example


Text Example

White with #5184AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5184AA; }

 p { color: rgb(81,132,170); }

 H1.HeaderClassName
 {
   color: #5184AA;
 }
 .AnyTagClassName
 {
   color: #5184AA;
 }
</style>

background-color css

<style>
 a { background-color: #5184AA; }

 a { background-color: rgb(81,132,170); }

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

border-color css

<style>
 span { border-color: #5184AA; }

 span { border-color: rgb(81,132,170); }

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