Html Css Color HEX #5487AB Air Force Blue

📋 copy color: '#5487AB'

red 84 ◦ green 135 ◦ blue 171

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

Shades of Air Force Blue #5487AB

Tints of Air Force Blue #5487AB

RGB

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

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

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

R = 21.54%
G = 34.62%
B = 43.85%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5487AB (or 0x5487AB) is known color: Air Force Blue. HEX triplet: 54, 87 and AB. RGB value is (84,135,171). Sum of RGB (Red+Green+Blue) = 84+135+171=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5487AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5487AB is #AB7854. Grayscale: #7B7B7B. Windows color (decimal): -11237461 or 11241300. OLE color: 11241300.

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

Color convert

RGB 84 135 171 -
CMYK 0.51 0.21 0 0.33
HSL 204.83º 0.34% 0.5% -
HSV(B) 204.83º 0.51% 0.67% -
XYZ 19.67 22.15 41.77 -
YUV 123.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 84 135 171 0.51 0.21 0 0.33 204.83 0.34 0.5
Hex 54 87 AB 33 15 0 21 CD 22 32
Octal 124 207 253 63 25 0 41 315 42 62
Binary 1010100 10000111 10101011 110011 10101 0 100001 11001101 100010 110010

Color Harmonies of #5487AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487AB

Black with #5487AB

Text Example


Text Example

White with #5487AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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