Html Css Color HEX #5880AF Air Force Blue

📋 copy color: '#5880AF'

red 88 ◦ green 128 ◦ blue 175

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

Shades of Air Force Blue #5880AF

Tints of Air Force Blue #5880AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 22.51%
G = 32.74%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5880AF (or 0x5880AF) is known color: Air Force Blue. HEX triplet: 58, 80 and AF. RGB value is (88,128,175). Sum of RGB (Red+Green+Blue) = 88+128+175=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5880AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5880AF is #A77F50. Grayscale: #797979. Windows color (decimal): -10977105 or 11501656. OLE color: 11501656.

HSL color Cylindrical-coordinate representation of color #5880AF: hue angle of 212.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5880AF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 128 175 -
CMYK 0.50 0.27 0 0.31
HSL 212.41º 0.35% 0.52% -
HSV(B) 212.41º 0.5% 0.69% -
XYZ 19.48 20.61 43.51 -
YUV 121.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 88 128 175 0.50 0.27 0 0.31 212.41 0.35 0.52
Hex 58 80 AF 32 1B 0 1F D4 23 34
Octal 130 200 257 62 33 0 37 324 43 64
Binary 1011000 10000000 10101111 110010 11011 0 11111 11010100 100011 110100

Color Harmonies of #5880AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880AF

Black with #5880AF

Text Example


Text Example

White with #5880AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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