Html Css Color HEX #5589AA Air Force Blue

📋 copy color: '#5589AA'

red 85 ◦ green 137 ◦ blue 170

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

Shades of Air Force Blue #5589AA

Tints of Air Force Blue #5589AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

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

R = 21.68%
G = 34.95%
B = 43.37%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5589AA (or 0x5589AA) is known color: Air Force Blue. HEX triplet: 55, 89 and AA. RGB value is (85,137,170). Sum of RGB (Red+Green+Blue) = 85+137+170=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #5589AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5589AA is #AA7655. Grayscale: #7D7D7D. Windows color (decimal): -11171414 or 11176277. OLE color: 11176277.

HSL color Cylindrical-coordinate representation of color #5589AA: hue angle of 203.29º 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 #5589AA is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 137 170 -
CMYK 0.50 0.19 0 0.33
HSL 203.29º 0.33% 0.5% -
HSV(B) 203.29º 0.5% 0.67% -
XYZ 19.95 22.72 41.37 -
YUV 125.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 85 137 170 0.50 0.19 0 0.33 203.29 0.33 0.5
Hex 55 89 AA 32 13 0 21 CB 21 32
Octal 125 211 252 62 23 0 41 313 41 62
Binary 1010101 10001001 10101010 110010 10011 0 100001 11001011 100001 110010

Color Harmonies of #5589AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589AA

Black with #5589AA

Text Example


Text Example

White with #5589AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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