Html Css Color HEX #5889AC Air Force Blue

📋 copy color: '#5889AC'

red 88 ◦ green 137 ◦ blue 172

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

Shades of Air Force Blue #5889AC

Tints of Air Force Blue #5889AC

RGB

 RED value IS 88 (34.77% from 255) = 22.17%

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

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

R = 22.17%
G = 34.51%
B = 43.32%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5889AC (or 0x5889AC) is known color: Air Force Blue. HEX triplet: 58, 89 and AC. RGB value is (88,137,172). Sum of RGB (Red+Green+Blue) = 88+137+172=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #5889AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5889AC is #A77653. Grayscale: #7E7E7E. Windows color (decimal): -10974804 or 11307352. OLE color: 11307352.

HSL color Cylindrical-coordinate representation of color #5889AC: hue angle of 205º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5889AC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 137 172 -
CMYK 0.49 0.20 0 0.33
HSL 205º 0.34% 0.51% -
HSV(B) 205º 0.49% 0.67% -
XYZ 20.42 22.94 42.38 -
YUV 126.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 88 137 172 0.49 0.20 0 0.33 205 0.34 0.51
Hex 58 89 AC 31 14 0 21 CD 22 33
Octal 130 211 254 61 24 0 41 315 42 63
Binary 1011000 10001001 10101100 110001 10100 0 100001 11001101 100010 110011

Color Harmonies of #5889AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889AC

Black with #5889AC

Text Example


Text Example

White with #5889AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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