Html Css Color HEX #5880AE Air Force Blue

📋 copy color: '#5880AE'

red 88 ◦ green 128 ◦ blue 174

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

Shades of Air Force Blue #5880AE

Tints of Air Force Blue #5880AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.82%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 22.56%
G = 32.82%
B = 44.62%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5880AE (or 0x5880AE) is known color: Air Force Blue. HEX triplet: 58, 80 and AE. RGB value is (88,128,174). Sum of RGB (Red+Green+Blue) = 88+128+174=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #5880AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5880AE is #A77F51. Grayscale: #797979. Windows color (decimal): -10977106 or 11436120. OLE color: 11436120.

HSL color Cylindrical-coordinate representation of color #5880AE: hue angle of 212.09º degrees, saturation: 0.35, 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 #5880AE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 128 174 -
CMYK 0.49 0.26 0 0.32
HSL 212.09º 0.35% 0.51% -
HSV(B) 212.09º 0.49% 0.68% -
XYZ 19.38 20.57 42.99 -
YUV 121.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 88 128 174 0.49 0.26 0 0.32 212.09 0.35 0.51
Hex 58 80 AE 31 1A 0 20 D4 23 33
Octal 130 200 256 61 32 0 40 324 43 63
Binary 1011000 10000000 10101110 110001 11010 0 100000 11010100 100011 110011

Color Harmonies of #5880AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880AE

Black with #5880AE

Text Example


Text Example

White with #5880AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5880AE; }

 p { color: rgb(88,128,174); }

 H1.HeaderClassName
 {
   color: #5880AE;
 }
 .AnyTagClassName
 {
   color: #5880AE;
 }
</style>

background-color css

<style>
 a { background-color: #5880AE; }

 a { background-color: rgb(88,128,174); }

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

border-color css

<style>
 span { border-color: #5880AE; }

 span { border-color: rgb(88,128,174); }

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