Html Css Color HEX #5881AA Air Force Blue

📋 copy color: '#5881AA'

red 88 ◦ green 129 ◦ blue 170

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

Shades of Air Force Blue #5881AA

Tints of Air Force Blue #5881AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

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

R = 22.74%
G = 33.33%
B = 43.93%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5881AA (or 0x5881AA) is known color: Air Force Blue. HEX triplet: 58, 81 and AA. RGB value is (88,129,170). Sum of RGB (Red+Green+Blue) = 88+129+170=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #5881AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AA is #A77E55. Grayscale: #797979. Windows color (decimal): -10976854 or 11174232. OLE color: 11174232.

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

Color convert

RGB 88 129 170 -
CMYK 0.48 0.24 0 0.33
HSL 210º 0.33% 0.51% -
HSV(B) 210º 0.48% 0.67% -
XYZ 19.13 20.68 41.01 -
YUV 121.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 88 129 170 0.48 0.24 0 0.33 210 0.33 0.51
Hex 58 81 AA 30 18 0 21 D2 21 33
Octal 130 201 252 60 30 0 41 322 41 63
Binary 1011000 10000001 10101010 110000 11000 0 100001 11010010 100001 110011

Color Harmonies of #5881AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881AA

Black with #5881AA

Text Example


Text Example

White with #5881AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,129,170); }

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

background-color css

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

 a { background-color: rgb(88,129,170); }

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

border-color css

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

 span { border-color: rgb(88,129,170); }

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