Html Css Color HEX #5486AB Air Force Blue

📋 copy color: '#5486AB'

red 84 ◦ green 134 ◦ blue 171

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

Shades of Air Force Blue #5486AB

Tints of Air Force Blue #5486AB

RGB

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

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

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

R = 21.59%
G = 34.45%
B = 43.96%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5486AB (or 0x5486AB) is known color: Air Force Blue. HEX triplet: 54, 86 and AB. RGB value is (84,134,171). Sum of RGB (Red+Green+Blue) = 84+134+171=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5486AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5486AB is #AB7954. Grayscale: #7B7B7B. Windows color (decimal): -11237717 or 11241044. OLE color: 11241044.

HSL color Cylindrical-coordinate representation of color #5486AB: hue angle of 205.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5486AB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 134 171 -
CMYK 0.51 0.22 0 0.33
HSL 205.52º 0.34% 0.5% -
HSV(B) 205.52º 0.51% 0.67% -
XYZ 19.53 21.88 41.72 -
YUV 123.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 84 134 171 0.51 0.22 0 0.33 205.52 0.34 0.5
Hex 54 86 AB 33 16 0 21 CE 22 32
Octal 124 206 253 63 26 0 41 316 42 62
Binary 1010100 10000110 10101011 110011 10110 0 100001 11001110 100010 110010

Color Harmonies of #5486AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486AB

Black with #5486AB

Text Example


Text Example

White with #5486AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,134,171); }

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

background-color css

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

 a { background-color: rgb(84,134,171); }

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

border-color css

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

 span { border-color: rgb(84,134,171); }

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