Html Css Color HEX #5488AD Air Force Blue

📋 copy color: '#5488AD'

red 84 ◦ green 136 ◦ blue 173

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

Shades of Air Force Blue #5488AD

Tints of Air Force Blue #5488AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 21.37%
G = 34.61%
B = 44.02%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5488AD (or 0x5488AD) is known color: Air Force Blue. HEX triplet: 54, 88 and AD. RGB value is (84,136,173). Sum of RGB (Red+Green+Blue) = 84+136+173=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #5488AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488AD is #AB7752. Grayscale: #7C7C7C. Windows color (decimal): -11237203 or 11372628. OLE color: 11372628.

HSL color Cylindrical-coordinate representation of color #5488AD: hue angle of 204.94º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5488AD is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 136 173 -
CMYK 0.51 0.21 0 0.32
HSL 204.94º 0.35% 0.5% -
HSV(B) 204.94º 0.51% 0.68% -
XYZ 20 22.51 42.83 -
YUV 124.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 84 136 173 0.51 0.21 0 0.32 204.94 0.35 0.5
Hex 54 88 AD 33 15 0 20 CD 23 32
Octal 124 210 255 63 25 0 40 315 43 62
Binary 1010100 10001000 10101101 110011 10101 0 100000 11001101 100011 110010

Color Harmonies of #5488AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488AD

Black with #5488AD

Text Example


Text Example

White with #5488AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5488AD; }

 p { color: rgb(84,136,173); }

 H1.HeaderClassName
 {
   color: #5488AD;
 }
 .AnyTagClassName
 {
   color: #5488AD;
 }
</style>

background-color css

<style>
 a { background-color: #5488AD; }

 a { background-color: rgb(84,136,173); }

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

border-color css

<style>
 span { border-color: #5488AD; }

 span { border-color: rgb(84,136,173); }

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