Html Css Color HEX #5580AA Air Force Blue

📋 copy color: '#5580AA'

red 85 ◦ green 128 ◦ blue 170

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

Shades of Air Force Blue #5580AA

Tints of Air Force Blue #5580AA

RGB

 RED value IS 85 (33.59% from 255) = 22.19%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 22.19%
G = 33.42%
B = 44.39%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5580AA (or 0x5580AA) is known color: Air Force Blue. HEX triplet: 55, 80 and AA. RGB value is (85,128,170). Sum of RGB (Red+Green+Blue) = 85+128+170=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5580AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AA is #AA7F55. Grayscale: #777777. Windows color (decimal): -11173718 or 11173973. OLE color: 11173973.

HSL color Cylindrical-coordinate representation of color #5580AA: hue angle of 209.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5580AA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 128 170 -
CMYK 0.50 0.25 0 0.33
HSL 209.65º 0.33% 0.5% -
HSV(B) 209.65º 0.5% 0.67% -
XYZ 18.72 20.27 40.96 -
YUV 119.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 85 128 170 0.50 0.25 0 0.33 209.65 0.33 0.5
Hex 55 80 AA 32 19 0 21 D2 21 32
Octal 125 200 252 62 31 0 41 322 41 62
Binary 1010101 10000000 10101010 110010 11001 0 100001 11010010 100001 110010

Color Harmonies of #5580AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580AA

Black with #5580AA

Text Example


Text Example

White with #5580AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5580AA; }

 p { color: rgb(85,128,170); }

 H1.HeaderClassName
 {
   color: #5580AA;
 }
 .AnyTagClassName
 {
   color: #5580AA;
 }
</style>

background-color css

<style>
 a { background-color: #5580AA; }

 a { background-color: rgb(85,128,170); }

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

border-color css

<style>
 span { border-color: #5580AA; }

 span { border-color: rgb(85,128,170); }

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