Html Css Color HEX #5186AA Air Force Blue

📋 copy color: '#5186AA'

red 81 ◦ green 134 ◦ blue 170

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

Shades of Air Force Blue #5186AA

Tints of Air Force Blue #5186AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

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

R = 21.04%
G = 34.81%
B = 44.16%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5186AA (or 0x5186AA) is known color: Air Force Blue. HEX triplet: 51, 86 and AA. RGB value is (81,134,170). Sum of RGB (Red+Green+Blue) = 81+134+170=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #5186AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5186AA is #AE7955. Grayscale: #7A7A7A. Windows color (decimal): -11434326 or 11175505. OLE color: 11175505.

HSL color Cylindrical-coordinate representation of color #5186AA: hue angle of 204.27º 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 #5186AA is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 134 170 -
CMYK 0.52 0.21 0 0.33
HSL 204.27º 0.35% 0.49% -
HSV(B) 204.27º 0.52% 0.67% -
XYZ 19.17 21.7 41.21 -
YUV 122.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 81 134 170 0.52 0.21 0 0.33 204.27 0.35 0.49
Hex 51 86 AA 34 15 0 21 CC 23 31
Octal 121 206 252 64 25 0 41 314 43 61
Binary 1010001 10000110 10101010 110100 10101 0 100001 11001100 100011 110001

Color Harmonies of #5186AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5186AA

Black with #5186AA

Text Example


Text Example

White with #5186AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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