Html Css Color HEX #5184AB Air Force Blue

📋 copy color: '#5184AB'

red 81 ◦ green 132 ◦ blue 171

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

Shades of Air Force Blue #5184AB

Tints of Air Force Blue #5184AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 21.09%
G = 34.38%
B = 44.53%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5184AB (or 0x5184AB) is known color: Air Force Blue. HEX triplet: 51, 84 and AB. RGB value is (81,132,171). Sum of RGB (Red+Green+Blue) = 81+132+171=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #5184AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5184AB is #AE7B54. Grayscale: #787878. Windows color (decimal): -11434837 or 11240529. OLE color: 11240529.

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

Color convert

RGB 81 132 171 -
CMYK 0.53 0.23 0 0.33
HSL 206º 0.36% 0.49% -
HSV(B) 206º 0.53% 0.67% -
XYZ 19 21.19 41.62 -
YUV 121.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 81 132 171 0.53 0.23 0 0.33 206 0.36 0.49
Hex 51 84 AB 35 17 0 21 CE 24 31
Octal 121 204 253 65 27 0 41 316 44 61
Binary 1010001 10000100 10101011 110101 10111 0 100001 11001110 100100 110001

Color Harmonies of #5184AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5184AB

Black with #5184AB

Text Example


Text Example

White with #5184AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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