Html Css Color HEX #5580AD Air Force Blue

📋 copy color: '#5580AD'

red 85 ◦ green 128 ◦ blue 173

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

Shades of Air Force Blue #5580AD

Tints of Air Force Blue #5580AD

RGB

 RED value IS 85 (33.59% from 255) = 22.02%

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

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

R = 22.02%
G = 33.16%
B = 44.82%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5580AD (or 0x5580AD) is known color: Air Force Blue. HEX triplet: 55, 80 and AD. RGB value is (85,128,173). Sum of RGB (Red+Green+Blue) = 85+128+173=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #5580AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5580AD is #AA7F52. Grayscale: #787878. Windows color (decimal): -11173715 or 11370581. OLE color: 11370581.

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

Color convert

RGB 85 128 173 -
CMYK 0.51 0.26 0 0.32
HSL 210.68º 0.35% 0.51% -
HSV(B) 210.68º 0.51% 0.68% -
XYZ 19.01 20.39 42.47 -
YUV 120.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 85 128 173 0.51 0.26 0 0.32 210.68 0.35 0.51
Hex 55 80 AD 33 1A 0 20 D3 23 33
Octal 125 200 255 63 32 0 40 323 43 63
Binary 1010101 10000000 10101101 110011 11010 0 100000 11010011 100011 110011

Color Harmonies of #5580AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580AD

Black with #5580AD

Text Example


Text Example

White with #5580AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,128,173); }

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

background-color css

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

 a { background-color: rgb(85,128,173); }

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

border-color css

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

 span { border-color: rgb(85,128,173); }

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