#55829E

Color #55829E Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #55829E

Tints of Air Force Blue #55829E

Color information

#55829E (or 0x55829E) is unknown color: approx Air Force Blue. HEX triplet: 55, 82 and 9E. RGB value is (85,130,158). Sum of RGB (Red+Green+Blue) = 85+130+158=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #55829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829E is #AA7D61. Grayscale: #777777. Windows color (decimal): -11173218 or 10388053. OLE color: 10388053.

HSL color Cylindrical-coordinate representation of color #55829E: hue angle of 203.01º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55829E is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85130158-
CMYK0.460.1800.38
HSL203.01º30.04%47.65%-
HSV(B)203.01º46.2%61.96%-
XYZ17.920.3735.34-
YUV119.74149.59103.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=22.79%
G=34.85%
B=42.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851301580.460.1800.38203.0130.0447.65
Hex55829E2E12026cb1e30
Octal12520223656220463133660
Binary101010110000010100111101011101001001001101100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55829E; }

 p { color: rgb(85,130,158); }

 H1.HeaderClassName
 {
   color: #55829E;
 }
 .AnyTagClassName
 {
   color: #55829E;
 }
</style>
background-color css

<style>
 a { background-color: #55829E; }

 a { background-color: rgb(85,130,158); }

 div.DivClassName
 {
   background-color: #55829E;
 }
 .BgClassName
 {
   background-color: #55829E;
 }
</style>
border-color css

<style>
 span { border-color: #55829E; }

 span { border-color: rgb(85,130,158); }

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