Html Css Color HEX #5881AB Air Force Blue

📋 copy color: '#5881AB'

red 88 ◦ green 129 ◦ blue 171

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

Shades of Air Force Blue #5881AB

Tints of Air Force Blue #5881AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 22.68%
G = 33.25%
B = 44.07%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5881AB (or 0x5881AB) is known color: Air Force Blue. HEX triplet: 58, 81 and AB. RGB value is (88,129,171). Sum of RGB (Red+Green+Blue) = 88+129+171=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #5881AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AB is #A77E54. Grayscale: #797979. Windows color (decimal): -10976853 or 11239768. OLE color: 11239768.

HSL color Cylindrical-coordinate representation of color #5881AB: hue angle of 210.36º degrees, saturation: 0.33, 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 #5881AB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 129 171 -
CMYK 0.49 0.25 0 0.33
HSL 210.36º 0.33% 0.51% -
HSV(B) 210.36º 0.49% 0.67% -
XYZ 19.23 20.72 41.51 -
YUV 121.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 88 129 171 0.49 0.25 0 0.33 210.36 0.33 0.51
Hex 58 81 AB 31 19 0 21 D2 21 33
Octal 130 201 253 61 31 0 41 322 41 63
Binary 1011000 10000001 10101011 110001 11001 0 100001 11010010 100001 110011

Color Harmonies of #5881AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881AB

Black with #5881AB

Text Example


Text Example

White with #5881AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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