Html Css Color HEX #5487AC Air Force Blue

📋 copy color: '#5487AC'

red 84 ◦ green 135 ◦ blue 172

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

Shades of Air Force Blue #5487AC

Tints of Air Force Blue #5487AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 21.48%
G = 34.53%
B = 43.99%

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

#5487AC (or 0x5487AC) is known color: Air Force Blue. HEX triplet: 54, 87 and AC. RGB value is (84,135,172). Sum of RGB (Red+Green+Blue) = 84+135+172=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5487AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AC is #AB7853. Grayscale: #7B7B7B. Windows color (decimal): -11237460 or 11306836. OLE color: 11306836.

HSL color Cylindrical-coordinate representation of color #5487AC: hue angle of 205.23º degrees, saturation: 0.35, 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 #5487AC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 135 172 -
CMYK 0.51 0.22 0 0.33
HSL 205.23º 0.35% 0.5% -
HSV(B) 205.23º 0.51% 0.67% -
XYZ 19.77 22.19 42.27 -
YUV 123.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 84 135 172 0.51 0.22 0 0.33 205.23 0.35 0.5
Hex 54 87 AC 33 16 0 21 CD 23 32
Octal 124 207 254 63 26 0 41 315 43 62
Binary 1010100 10000111 10101100 110011 10110 0 100001 11001101 100011 110010

Color Harmonies of #5487AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487AC

Black with #5487AC

Text Example


Text Example

White with #5487AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5487AC; }

 p { color: rgb(84,135,172); }

 H1.HeaderClassName
 {
   color: #5487AC;
 }
 .AnyTagClassName
 {
   color: #5487AC;
 }
</style>

background-color css

<style>
 a { background-color: #5487AC; }

 a { background-color: rgb(84,135,172); }

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

border-color css

<style>
 span { border-color: #5487AC; }

 span { border-color: rgb(84,135,172); }

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