Html Css Color HEX #5589AC Air Force Blue

📋 copy color: '#5589AC'

red 85 ◦ green 137 ◦ blue 172

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

Shades of Air Force Blue #5589AC

Tints of Air Force Blue #5589AC

RGB

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

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

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

R = 21.57%
G = 34.77%
B = 43.65%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5589AC (or 0x5589AC) is known color: Air Force Blue. HEX triplet: 55, 89 and AC. RGB value is (85,137,172). Sum of RGB (Red+Green+Blue) = 85+137+172=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #5589AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5589AC is #AA7653. Grayscale: #7D7D7D. Windows color (decimal): -11171412 or 11307349. OLE color: 11307349.

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

Color convert

RGB 85 137 172 -
CMYK 0.51 0.20 0 0.33
HSL 204.14º 0.34% 0.5% -
HSV(B) 204.14º 0.51% 0.67% -
XYZ 20.14 22.8 42.37 -
YUV 125.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 85 137 172 0.51 0.20 0 0.33 204.14 0.34 0.5
Hex 55 89 AC 33 14 0 21 CC 22 32
Octal 125 211 254 63 24 0 41 314 42 62
Binary 1010101 10001001 10101100 110011 10100 0 100001 11001100 100010 110010

Color Harmonies of #5589AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589AC

Black with #5589AC

Text Example


Text Example

White with #5589AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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