Html Css Color HEX #5881AD Air Force Blue

📋 copy color: '#5881AD'

red 88 ◦ green 129 ◦ blue 173

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

Shades of Air Force Blue #5881AD

Tints of Air Force Blue #5881AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 22.56%
G = 33.08%
B = 44.36%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5881AD (or 0x5881AD) is known color: Air Force Blue. HEX triplet: 58, 81 and AD. RGB value is (88,129,173). Sum of RGB (Red+Green+Blue) = 88+129+173=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #5881AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AD is #A77E52. Grayscale: #797979. Windows color (decimal): -10976851 or 11370840. OLE color: 11370840.

HSL color Cylindrical-coordinate representation of color #5881AD: hue angle of 211.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5881AD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 129 173 -
CMYK 0.49 0.25 0 0.32
HSL 211.06º 0.34% 0.51% -
HSV(B) 211.06º 0.49% 0.68% -
XYZ 19.42 20.79 42.53 -
YUV 121.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 88 129 173 0.49 0.25 0 0.32 211.06 0.34 0.51
Hex 58 81 AD 31 19 0 20 D3 22 33
Octal 130 201 255 61 31 0 40 323 42 63
Binary 1011000 10000001 10101101 110001 11001 0 100000 11010011 100010 110011

Color Harmonies of #5881AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881AD

Black with #5881AD

Text Example


Text Example

White with #5881AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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