Html Css Color HEX #5881AC Air Force Blue

📋 copy color: '#5881AC'

red 88 ◦ green 129 ◦ blue 172

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

Shades of Air Force Blue #5881AC

Tints of Air Force Blue #5881AC

RGB

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

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

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

R = 22.62%
G = 33.16%
B = 44.22%

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

#5881AC (or 0x5881AC) is known color: Air Force Blue. HEX triplet: 58, 81 and AC. RGB value is (88,129,172). Sum of RGB (Red+Green+Blue) = 88+129+172=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5881AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5881AC is #A77E53. Grayscale: #797979. Windows color (decimal): -10976852 or 11305304. OLE color: 11305304.

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

Color convert

RGB 88 129 172 -
CMYK 0.49 0.25 0 0.33
HSL 210.71º 0.34% 0.51% -
HSV(B) 210.71º 0.49% 0.67% -
XYZ 19.32 20.75 42.02 -
YUV 121.64 156.42 104 -
System Red Green Blue C M Y K H S L
Decimal 88 129 172 0.49 0.25 0 0.33 210.71 0.34 0.51
Hex 58 81 AC 31 19 0 21 D3 22 33
Octal 130 201 254 61 31 0 41 323 42 63
Binary 1011000 10000001 10101100 110001 11001 0 100001 11010011 100010 110011

Color Harmonies of #5881AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5881AC

Black with #5881AC

Text Example


Text Example

White with #5881AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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